dynamically resize scrollbar when zone view window is resized (#5228)

This commit is contained in:
RickyRister 2024-12-09 11:01:37 -08:00 committed by GitHub
parent 8cb1470643
commit 2d68393e07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 9 deletions

View file

@ -65,6 +65,7 @@ private slots:
void handleScrollBarChange(int value);
void zoneDeleted();
void moveEvent(QGraphicsSceneMoveEvent * /* event */);
void resizeEvent(QGraphicsSceneResizeEvent * /* event */);
public:
ZoneViewWidget(Player *_player,