diff --git a/OMEdit/OMEditLIB/OMEditApplication.cpp b/OMEdit/OMEditLIB/OMEditApplication.cpp index 67ce0ad1815..babff065da6 100644 --- a/OMEdit/OMEditLIB/OMEditApplication.cpp +++ b/OMEdit/OMEditLIB/OMEditApplication.cpp @@ -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); }