Instrument view: Restrict mouse wheel tab switching

Only switch the view's tab when the mouse pointer is hovering over the tabs. Closes #712.
This commit is contained in:
Lukas W
2014-11-25 18:42:41 +01:00
parent 55c59a77bd
commit e7cbc55c69
2 changed files with 15 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ private:
widgetStack m_widgets;
int m_activeTab;
QString m_caption;
quint8 m_tabheight;
} ;
#endif