Fixed switching tabs using trackpad scroll.

This commit is contained in:
23rd
2019-08-04 18:44:06 +03:00
committed by pajlada
parent 0c245fbc4e
commit fdb0b62dee
2 changed files with 19 additions and 3 deletions
+1
View File
@@ -90,6 +90,7 @@ private:
bool mouseOverX_{};
bool mouseDownX_{};
bool isInLastRow_{};
int mouseWheelDelta_ = 0;
HighlightState highlightState_ = HighlightState::None;
bool highlightEnabled_ = true;