mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -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();
|
card->deleteLater();
|
||||||
|
|
||||||
if (cards.isEmpty() && SettingsCache::instance().getCloseEmptyCardView()) {
|
if (cards.isEmpty() && SettingsCache::instance().getCloseEmptyCardView()) {
|
||||||
deleteLater();
|
close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue