summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHello=) <hello.tmw@localhost>2021-12-14 23:40:20 +0300
committerJesusaves <cpntb1@ymail.com>2021-12-15 23:16:32 -0300
commitf1526b44dc06bdacab7bf927e18843368f3e402d (patch)
treee956983ae66556d985c6a28d36c9c15a177a415e
parentb47e02f1e70a1f303bee370110448d92bc0a3684 (diff)
downloadplus-f1526b44dc06bdacab7bf927e18843368f3e402d.tar.gz
plus-f1526b44dc06bdacab7bf927e18843368f3e402d.tar.bz2
plus-f1526b44dc06bdacab7bf927e18843368f3e402d.tar.xz
plus-f1526b44dc06bdacab7bf927e18843368f3e402d.zip
Fix inventory_cell2.xml and similar widgets rendering, fallout traced to commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
-rw-r--r--src/gui/widgets/itemcontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp
index e60e70332..0cfb074f0 100644
--- a/src/gui/widgets/itemcontainer.cpp
+++ b/src/gui/widgets/itemcontainer.cpp
@@ -1159,6 +1159,7 @@ void ItemContainer::adjustHeight()
}
else
{
+ updateMatrix();
mDrawRows = mGridRows;
}
setHeight(maxRows * mBoxHeight);