mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
SLA gizmo takes snapshots on opening and closing
This commit is contained in:
parent
c736b657d4
commit
b55a140ad4
4 changed files with 18 additions and 3 deletions
|
@ -101,6 +101,8 @@ private:
|
|||
void update_cache_entry_normal(unsigned int i) const;
|
||||
bool unsaved_changes() const;
|
||||
|
||||
EState m_no_hover_state = Off;
|
||||
EState m_no_hover_old_state = Off;
|
||||
bool m_lock_unique_islands = false;
|
||||
bool m_editing_mode = false; // Is editing mode active?
|
||||
bool m_old_editing_state = false; // To keep track of whether the user toggled between the modes (needed for imgui refreshes).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue