mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix after merge to use ZoneView::close (#5509)
This commit is contained in:
parent
97fdf11c8f
commit
420cca2402
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ void ZoneViewZone::removeCard(int position)
|
|||
card->deleteLater();
|
||||
|
||||
if (cards.isEmpty() && SettingsCache::instance().getCloseEmptyCardView()) {
|
||||
deleteLater();
|
||||
close();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue