mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-16 23:12:05 -08:00
Make deck list appear if deck loaded (#2745)
This commit is contained in:
@@ -939,6 +939,10 @@ void TabDeckEditor::setDeck(DeckLoader *_deck)
|
||||
PictureLoader::cacheCardPixmaps(db->getCards(deckModel->getDeckList()->getCardList()));
|
||||
deckView->expandAll();
|
||||
setModified(false);
|
||||
|
||||
// If they load a deck, make the deck list appear
|
||||
aDeckDockVisible->setChecked(true);
|
||||
deckDock->setVisible(aDeckDockVisible->isChecked());
|
||||
}
|
||||
|
||||
void TabDeckEditor::setModified(bool _modified)
|
||||
|
||||
Reference in New Issue
Block a user