Skip to content

Commit

Permalink
Do not force maximize OMEdit window (#7291)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 11, 2021
1 parent 9dc3ddf commit 812c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditLIB/OMEditApplication.cpp
Expand Up @@ -161,7 +161,7 @@ OMEditApplication::OMEditApplication(int &argc, char **argv, threadData_t* threa

if (!testsuiteRunning) {
// finally show the main window
pMainwindow->showMaximized();
pMainwindow->show();
// hide the splash screen
SplashScreen::instance()->finish(pMainwindow);
}
Expand Down

0 comments on commit 812c562

Please sign in to comment.