mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Fixed update of both canvas when compressed bed textures have been completely sent to gpu
This commit is contained in:
parent
f26d5effd9
commit
f1f1b515cd
2 changed files with 4 additions and 3 deletions
|
@ -637,6 +637,7 @@ public:
|
|||
void set_cursor(ECursorType type);
|
||||
void msw_rescale();
|
||||
|
||||
bool is_keeping_dirty() const { return m_keep_dirty; }
|
||||
void start_keeping_dirty() { m_keep_dirty = true; }
|
||||
void stop_keeping_dirty() { m_keep_dirty = false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue