mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Added SETTINGS_SELECTED_ON_SIDEBAR flag to undo/redo
This commit is contained in:
@@ -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,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user