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:
Thorbjørn Lindeijer
2009-12-09 16:27:34 +01:00
parent 0be80466b8
commit 05914458f0
8 changed files with 45 additions and 16 deletions

View File

@@ -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;