mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
prepareGeometryChange bugfix; more arrows code
This commit is contained in:
parent
961b42f734
commit
c57e138a78
13 changed files with 289 additions and 87 deletions
|
|
@ -109,6 +109,7 @@ void TableZone::resizeToContents()
|
|||
xMax = minWidth;
|
||||
int newWidth = xMax + 2 * marginX;
|
||||
if (newWidth != width) {
|
||||
prepareGeometryChange();
|
||||
width = newWidth;
|
||||
emit sizeChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue