Hide/show sensiexclu adjuster according to control spot method

(normal/excluding)
This commit is contained in:
Pandagrapher
2018-12-28 17:28:38 +01:00
parent 34ea953c23
commit 079f0aa3da
2 changed files with 52 additions and 6 deletions

View File

@@ -327,8 +327,8 @@ private:
bool nbSpotChanged_;
bool selSpotChanged_;
bool nameChanged_;
int eventType; // 0 = No event, 1 = Spot creation event, 2 = Spot deletion event, 3 = Spot selection event
Gtk::Frame* const excluFrame;
// Treeview mutex
MyMutex mTreeview;