forked from qt-creator/qt-creator
Made it possible to turn off scroll wheel zooming
It activates too easily for some people. Task-number: QTCREATORBUG-406
This commit is contained in:
@@ -360,6 +360,9 @@ public:
|
||||
void setMouseNavigationEnabled(bool b);
|
||||
bool mouseNavigationEnabled() const;
|
||||
|
||||
void setScrollWheelZoomingEnabled(bool b);
|
||||
bool scrollWheelZoomingEnabled() const;
|
||||
|
||||
void setRevisionsVisible(bool b);
|
||||
bool revisionsVisible() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user