summaryrefslogtreecommitdiff
path: root/src/editor.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-02 03:03:39 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-02 03:03:39 (GMT)
commitfaa90661256f7fcb1227af90c764bd0e7c35f05c (patch)
treeae6b876048e36c31aae4fba14cc4fc0d2bc93a4e /src/editor.cc
parentb942c728c1ac532d65bd780ba2a124dc0fb036b1 (diff)
parent83879ab41c368f674ff771387f499dc36ce124dd (diff)
Merge branch 'master' of github.com:openscad/openscad into mingw_installer
Diffstat (limited to 'src/editor.cc')
-rw-r--r--src/editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editor.cc b/src/editor.cc
index bba8d4f..92aeefe 100644
--- a/src/editor.cc
+++ b/src/editor.cc
@@ -104,6 +104,8 @@ void Editor::wheelEvent ( QWheelEvent * event )
zoomIn();
else if (event->delta() < 0 )
zoomOut();
+ } else {
+ QTextEdit::wheelEvent( event );
}
}
contact: Jan Huwald // Impressum