Change cell background spot color

This commit is contained in:
Desmis
2019-05-17 19:10:39 +02:00
parent 984c7dda70
commit bbc46d2c7a
2 changed files with 10 additions and 4 deletions

View File

@@ -388,7 +388,7 @@ private:
Gtk::Frame* const excluFrame;
// Row background color
Gdk::RGBA colorMouseover, colorNominal;
Gdk::RGBA colorMouseover, colorNominal, colorMouseovertext;
// Treeview mutex
MyMutex mTreeview;