1
0
Fork 1
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:
scrawl 2014-06-10 18:31:39 +02:00
parent 5a955279bb
commit 7b5482f25b

View file

@ -163,6 +163,8 @@ namespace MWGui
} }
mCharacterSelection->setIndexSelected(selectedIndex); mCharacterSelection->setIndexSelected(selectedIndex);
if (selectedIndex == MyGUI::ITEM_NONE)
mCharacterSelection->setCaption("Select Character ...");
fillSaveList(); fillSaveList();