mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Fix bannerWidget not resetting when opening new blank deck
This commit is contained in:
parent
087f88146d
commit
246168936d
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ void DeckEditorDeckDockWidget::cleanDeck()
|
||||||
nameEdit->setText(QString());
|
nameEdit->setText(QString());
|
||||||
commentsEdit->setText(QString());
|
commentsEdit->setText(QString());
|
||||||
hashLabel->setText(QString());
|
hashLabel->setText(QString());
|
||||||
|
updateBannerCardComboBox();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeckEditorDeckDockWidget::recursiveExpand(const QModelIndex &index)
|
void DeckEditorDeckDockWidget::recursiveExpand(const QModelIndex &index)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue