Added SETTINGS_SELECTED_ON_SIDEBAR flag to undo/redo

This commit is contained in:
YuSanka 2019-07-23 16:17:37 +02:00
parent b34252bf0f
commit 4245b61afc
4 changed files with 42 additions and 8 deletions

View file

@ -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,
};
};