mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[DeckDockWidget] Fix tree unexpanding when changing group by (#6458)
This commit is contained in:
parent
cb2cf31cec
commit
daa7db7ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ void DeckEditorDeckDockWidget::createDeckDock()
|
|||
QTimer::singleShot(100, this, &DeckEditorDeckDockWidget::updateBannerCardComboBox);
|
||||
});
|
||||
connect(deckModel, &DeckListModel::cardAddedAt, this, &DeckEditorDeckDockWidget::recursiveExpand);
|
||||
connect(deckModel, &DeckListModel::deckReplaced, this, &DeckEditorDeckDockWidget::expandAll);
|
||||
connect(deckModel, &DeckListModel::modelReset, this, &DeckEditorDeckDockWidget::expandAll);
|
||||
|
||||
connect(bannerCardComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged), this,
|
||||
&DeckEditorDeckDockWidget::setBannerCard);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue