mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added SETTINGS_SELECTED_ON_SIDEBAR flag to undo/redo
This commit is contained in:
parent
b34252bf0f
commit
4245b61afc
4 changed files with 42 additions and 8 deletions
|
@ -38,6 +38,7 @@ struct SnapshotData
|
|||
// Bitmask of various binary flags to be stored with the snapshot.
|
||||
enum Flags {
|
||||
VARIABLE_LAYER_EDITING_ACTIVE = 1,
|
||||
SETTINGS_SELECTED_ON_SIDEBAR = 2,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue