mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
dynamically resize scrollbar when zone view window is resized (#5228)
This commit is contained in:
parent
8cb1470643
commit
2d68393e07
2 changed files with 25 additions and 9 deletions
|
|
@ -65,6 +65,7 @@ private slots:
|
|||
void handleScrollBarChange(int value);
|
||||
void zoneDeleted();
|
||||
void moveEvent(QGraphicsSceneMoveEvent * /* event */);
|
||||
void resizeEvent(QGraphicsSceneResizeEvent * /* event */);
|
||||
|
||||
public:
|
||||
ZoneViewWidget(Player *_player,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue