Spot enlightening when mouse is over not yet selected spot

This commit is contained in:
Pandagrapher
2019-03-17 21:31:28 +01:00
parent 8d5e2ccb0c
commit c22a5ec36e
2 changed files with 73 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ private:
public:
ControlSpots();
Gtk::TreeModelColumn<bool> mouseover; // Used to manage spot enlightening when mouse over
Gtk::TreeModelColumn<int> id; // Control spot id
Gtk::TreeModelColumn<Glib::ustring> name;
Gtk::TreeModelColumn<bool> isvisible;