[Player] Pull handVisible out of player_info and let graphics_item just determine this on its own.

Took 12 minutes


Took 15 seconds
This commit is contained in:
Lukas Brübach 2026-05-19 10:50:23 +02:00
parent 7a5b2e9f0e
commit f9612eb392
4 changed files with 9 additions and 20 deletions

View file

@ -121,6 +121,7 @@ private:
HandZone *handZoneGraphicsItem;
QRectF bRect;
bool mirrored;
bool handVisible = false;
private slots:
void updateBoundingRect();