Skip to content

Commit

Permalink
+ add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 6, 2013
1 parent c771c2e commit 54ccc22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/View3DInventor.cpp
Expand Up @@ -115,6 +115,8 @@ View3DInventor::View3DInventor(Gui::Document* pcDocument, QWidget* parent, Qt::W
// create the inventor widget and set the defaults
#if !defined (NO_USE_QT_MDI_AREA)
#if SOQT_MAJOR_VERSION > 1 || (SOQT_MAJOR_VERSION == 1 && SOQT_MINOR_VERSION >= 5)
// #0000282: Window gets smaller on loading files
// #0001028: Main window resized when a document is opened
_viewer = new View3DInventorViewer(this);
#else
_viewer = new View3DInventorViewer(0);
Expand Down

0 comments on commit 54ccc22

Please sign in to comment.