fix bug with scrollbar resizing (#5263)

This commit is contained in:
RickyRister 2024-12-17 21:16:47 -08:00 committed by GitHub
parent b894b75e6a
commit 27e5d21b6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -55,6 +55,8 @@ private:
bool canBeShuffled;
int extraHeight;
Player *player;
void resizeScrollbar(qreal newZoneHeight);
signals:
void closePressed(ZoneViewWidget *zv);
private slots: