Project dirty state manager -> Improvements update of plater dirty state after save commands

This commit is contained in:
enricoturri1966 2021-04-20 09:09:06 +02:00
parent ce73671f47
commit c691464659
2 changed files with 70 additions and 33 deletions

View file

@ -39,6 +39,7 @@ public:
bool any_used_modified() const;
#endif // ENABLE_PROJECT_DIRTY_STATE_DEBUG_WINDOW
bool is_used_and_modified(const UndoRedo::Snapshot& snapshot) const;
void reset();
};
bool plater{ false };