Skip to content

Commit

Permalink
Hide splash screen before showing settings screen
Browse files Browse the repository at this point in the history
Per #2611
  • Loading branch information
tresf committed Mar 4, 2016
1 parent 5f48d1c commit 1058ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/GuiApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ GuiApplication::GuiApplication()
m_automationEditor = new AutomationEditorWindow;
connect(m_automationEditor, SIGNAL(destroyed(QObject*)), this, SLOT(childDestroyed(QObject*)));

m_mainWindow->finalize();
splashScreen.finish(m_mainWindow);
m_mainWindow->finalize();

m_loadingProgressLabel = nullptr;
}
Expand Down

0 comments on commit 1058ea4

Please sign in to comment.