"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3397" did not exist on "0058bfc4fa80892fd9922a07f2931bdef57d40b1"
Commit c6e83ee3 authored by mercury233's avatar mercury233

fix showDeckManage

parent a80ef9e9
......@@ -117,8 +117,8 @@ inline void showDeckManage() {
}
});
lstCategories->setSelected(mainGame->deckBuilder.prev_category);
refreshReadonly(mainGame->deckBuilder.prev_category);
refreshDeckList();
refreshReadonly(mainGame->deckBuilder.prev_category);
mainGame->lstDecks->setSelected(mainGame->deckBuilder.prev_deck);
mainGame->PopupElement(mainGame->wDeckManage);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment