mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 15:45:31 +00:00
hide startup dialogue when opening open dialogue
This commit is contained in:
parent
adcaea464b
commit
21733e8181
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ void CS::Editor::createDocument()
|
|||
|
||||
void CS::Editor::loadDocument()
|
||||
{
|
||||
mStartup.hide();
|
||||
mOpenDialog.show();
|
||||
mOpenDialog.raise();
|
||||
mOpenDialog.activateWindow();
|
||||
|
|
Loading…
Reference in a new issue