mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
fix signals
This commit is contained in:
parent
6cb99415cc
commit
ba1b0c3ede
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ ZoneViewWidget::ZoneViewWidget(Player *_player,
|
|||
|
||||
setLayout(vbox);
|
||||
|
||||
connect(zone, &ZoneViewZone::optimumRectChanged, this, &ZoneViewWidget::resizeToZoneContents);
|
||||
connect(zone, &ZoneViewZone::optimumRectChanged, this, [this] { resizeToZoneContents(); });
|
||||
connect(zone, &ZoneViewZone::closed, this, &ZoneViewWidget::zoneDeleted);
|
||||
zone->initializeCards(cardList);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue