diff options
author | Hello=) <hello.tmw@localhost> | 2021-12-14 23:40:20 +0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-15 23:16:32 -0300 |
commit | f1526b44dc06bdacab7bf927e18843368f3e402d (patch) | |
tree | e956983ae66556d985c6a28d36c9c15a177a415e | |
parent | b47e02f1e70a1f303bee370110448d92bc0a3684 (diff) | |
download | manaplus-f1526b44dc06bdacab7bf927e18843368f3e402d.tar.gz manaplus-f1526b44dc06bdacab7bf927e18843368f3e402d.tar.bz2 manaplus-f1526b44dc06bdacab7bf927e18843368f3e402d.tar.xz manaplus-f1526b44dc06bdacab7bf927e18843368f3e402d.zip |
Fix inventory_cell2.xml and similar widgets rendering, fallout traced to commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
-rw-r--r-- | src/gui/widgets/itemcontainer.cpp | 1 |
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); |