Skip to content

Commit

Permalink
+ undo bad fix and add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 15, 2014
1 parent 3ea41ff commit 4c23af2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Gui/View3DInventor.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 4c23af2

Please sign in to comment.