Skip to content

Commit

Permalink
Show Variables Browser in Modeling Perspective per default
Browse files Browse the repository at this point in the history
Once closed it remains hidden in the modeling perspective.
  • Loading branch information
rfranke committed Oct 17, 2016
1 parent 7c94730 commit 748db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/MainWindow.cpp
Expand Up @@ -225,7 +225,7 @@ MainWindow::MainWindow(QSplashScreen *pSplashScreen, bool debug, QWidget *parent
mpVariablesDockWidget->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
addDockWidget(Qt::RightDockWidgetArea, mpVariablesDockWidget);
mpVariablesDockWidget->setWidget(mpVariablesWidget);
mShowVariablesWithModel = false;
mShowVariablesWithModel = true;
mPreviousPerspective = -1;
// set the corners for the dock widgets
setCorner(Qt::TopLeftCorner, Qt::LeftDockWidgetArea);
Expand Down

0 comments on commit 748db33

Please sign in to comment.