mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
Fix character selection caption when there is no character in settings.cfg
This commit is contained in:
parent
5a955279bb
commit
7b5482f25b
@ -163,6 +163,8 @@ namespace MWGui
|
||||
}
|
||||
|
||||
mCharacterSelection->setIndexSelected(selectedIndex);
|
||||
if (selectedIndex == MyGUI::ITEM_NONE)
|
||||
mCharacterSelection->setCaption("Select Character ...");
|
||||
|
||||
fillSaveList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user