From 4c23af2695b5ba769a8d0e6650b8f41316f461d1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 16 Mar 2014 00:25:56 +0100 Subject: [PATCH] + undo bad fix and add a comment --- src/Gui/View3DInventor.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Gui/View3DInventor.cpp b/src/Gui/View3DInventor.cpp index 3c58f6fb6..c4d1372d4 100644 --- a/src/Gui/View3DInventor.cpp +++ b/src/Gui/View3DInventor.cpp @@ -124,8 +124,11 @@ View3DInventor::View3DInventor(Gui::Document* pcDocument, QWidget* parent, Qt::W _viewer->setDocument(this->_pcDocument); stack->addWidget(_viewer->getWidget()); // http://forum.freecadweb.org/viewtopic.php?f=3&t=6055&sid=150ed90cbefba50f1e2ad4b4e6684eba + // describes a minor error but trying to fix it leads to a major issue + // http://forum.freecadweb.org/viewtopic.php?f=3&t=6085&sid=3f4bcab8007b96aaf31928b564190fd7 + // so the change is commented out // By default, the wheel events are processed by the 3d view AND the mdi area. - _viewer->getGLWidget()->setAttribute(Qt::WA_NoMousePropagation); + //_viewer->getGLWidget()->setAttribute(Qt::WA_NoMousePropagation); setCentralWidget(stack); #else _viewer = new View3DInventorViewer(this);