mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
[DeckEditor] Don't change widget focus when adding card (#6503)
This commit is contained in:
parent
7c7755b61d
commit
0deaa9d9b4
5 changed files with 11 additions and 7 deletions
|
|
@ -198,7 +198,7 @@ void CardAmountWidget::addPrinting(const QString &zone)
|
|||
});
|
||||
|
||||
if (newCardIndex.isValid()) {
|
||||
emit deckStateManager->focusIndexChanged(newCardIndex);
|
||||
emit deckStateManager->focusIndexChanged(newCardIndex, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue