summaryrefslogtreecommitdiff
path: root/src/editor.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-01 22:33:48 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-01 22:33:48 (GMT)
commit5618f5c47f83a67beee0b6f5ae4bd52e40f100ff (patch)
treec9dbca1fb2182f6876e2e1eba775b672d8e40594 /src/editor.cc
parent4f7bf1819fca887f2712807077f9e497c262e9ed (diff)
parent24fbfdf9551915918f43650057fea74b1ad76286 (diff)
Merge branch 'master' of github.com:openscad/openscad into issue158
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