mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Some refactoring into ProjectDirtyStateManager
This commit is contained in:
parent
f486dedb52
commit
9cd5ba13f2
3 changed files with 40 additions and 32 deletions
|
@ -74,7 +74,7 @@ private:
|
|||
|
||||
public:
|
||||
bool is_dirty() const { return m_state.is_dirty(); }
|
||||
void update_from_undo_redo_stack(UpdateType type, const Slic3r::UndoRedo::Stack& main_stack, const Slic3r::UndoRedo::Stack& active_stack);
|
||||
void update_from_undo_redo_stack(UpdateType type);
|
||||
void update_from_presets();
|
||||
void reset_after_save();
|
||||
void reset_initial_presets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue