Added button on tab to enable/disable highlighting.

This commit is contained in:
Cranken
2018-09-29 22:24:48 +02:00
parent 3868feb0fa
commit f25f31a837
2 changed files with 9 additions and 7 deletions
+1
View File
@@ -82,6 +82,7 @@ private:
bool mouseDownX_ = false;
HighlightState highlightState_ = HighlightState::None;
bool highlightEnabled = true;
QMenu menu_;