mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
some (but not all) compatibility changes for qt 4.6
This commit is contained in:
parent
f4c52b8178
commit
fb61b442ca
3 changed files with 24 additions and 22 deletions
|
|
@ -127,6 +127,7 @@ void ZoneViewZone::removeCard(int position)
|
|||
|
||||
void ZoneViewZone::setGeometry(const QRectF &rect)
|
||||
{
|
||||
prepareGeometryChange();
|
||||
setPos(rect.topLeft());
|
||||
height = rect.height();
|
||||
reorganizeCards();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue