mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 12:45:38 +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);
|
||||
if (selectedIndex == MyGUI::ITEM_NONE)
|
||||
mCharacterSelection->setCaption("Select Character ...");
|
||||
|
||||
fillSaveList();
|
||||
|
||||
|
|
Loading…
Reference in a new issue