diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-26 23:58:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-26 23:58:49 +0300 |
commit | beea56eee2207be56fd01b1dd7d1cb221824f6f5 (patch) | |
tree | 0d0b56277f91a19dca3a7b8a3239a52828d7730f /src | |
parent | 5fe07db8992b924069c4c358e557e88d2493f85f (diff) | |
download | plus-beea56eee2207be56fd01b1dd7d1cb221824f6f5.tar.gz plus-beea56eee2207be56fd01b1dd7d1cb221824f6f5.tar.bz2 plus-beea56eee2207be56fd01b1dd7d1cb221824f6f5.tar.xz plus-beea56eee2207be56fd01b1dd7d1cb221824f6f5.zip |
Update buttons in character select dialog if new character was created.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/charselectdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp index 0cbac6a68..84217e8f9 100644 --- a/src/gui/charselectdialog.cpp +++ b/src/gui/charselectdialog.cpp @@ -482,6 +482,8 @@ void CharSelectDialog::setCharacters(const Net::Characters &characters) if (mCharacterEntries[characterSlot]) mCharacterEntries[characterSlot]->setCharacter(character); } + + updateState(); } void CharSelectDialog::lock() |