Fix bannerWidget not resetting when opening new blank deck

This commit is contained in:
RickyRister 2025-03-15 02:59:52 -07:00
parent 087f88146d
commit 246168936d

View file

@ -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)