Corrects unsaved parameters behavior when showing/hidding all spots

This commit is contained in:
Pandagrapher
2019-04-25 16:39:40 +02:00
parent e431e86fe2
commit 03c6141b24
3 changed files with 26 additions and 1 deletions

View File

@@ -105,7 +105,8 @@ public:
SpotCreation = 1,
SpotDeletion = 2,
SpotSelection = 3,
SpotDuplication = 4
SpotDuplication = 4,
SpotAllVisibilityChanged = 5
};
// Constructor and management functions