mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Fix character selection caption when there is no character in settings.cfg
This commit is contained in:
parent
5a955279bb
commit
7b5482f25b
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ namespace MWGui
|
||||||
}
|
}
|
||||||
|
|
||||||
mCharacterSelection->setIndexSelected(selectedIndex);
|
mCharacterSelection->setIndexSelected(selectedIndex);
|
||||||
|
if (selectedIndex == MyGUI::ITEM_NONE)
|
||||||
|
mCharacterSelection->setCaption("Select Character ...");
|
||||||
|
|
||||||
fillSaveList();
|
fillSaveList();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue