Skip to content

Commit

Permalink
- New tools.
Browse files Browse the repository at this point in the history
- Few updates in OMNotebook, OMEdit and OMPlot.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8666 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Apr 15, 2011
1 parent 40bcb57 commit 5510cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions OMPlot/OMPlotGUI/PlotMainWindow.cpp
Expand Up @@ -72,6 +72,7 @@ void PlotMainWindow::createActions()

mpTabViewAction = new QAction(tr("Tab View"), this);
mpTabViewAction->setCheckable(true);
mpTabViewAction->setChecked(true);
connect(mpTabViewAction, SIGNAL(triggered(bool)), SLOT(switchWindowsView(bool)));
}

Expand Down
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/PlotWindowContainer.cpp
Expand Up @@ -42,7 +42,7 @@ PlotWindowContainer::PlotWindowContainer(PlotMainWindow *pParent)
setActivationOrder(QMdiArea::CreationOrder);
setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
setViewMode(QMdiArea::SubWindowView);
setViewMode(QMdiArea::TabbedView);
}

PlotMainWindow* PlotWindowContainer::getPlotMainWindow()
Expand Down

0 comments on commit 5510cc6

Please sign in to comment.