From b055346a9da00874400da8238f90675129d778f0 Mon Sep 17 00:00:00 2001 From: vczh Date: Sat, 8 Jul 2023 23:42:36 -0700 Subject: [PATCH] ... --- Import/GacUI.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Import/GacUI.cpp b/Import/GacUI.cpp index 2c7252a0..78bc30d5 100644 --- a/Import/GacUI.cpp +++ b/Import/GacUI.cpp @@ -29148,24 +29148,6 @@ GuiSharedSizeItemComposition if (parentRoot) { parentRoot->childItems.Add(this); - Size minSize; - if (sharedWidth) - { - vint index = parentRoot->itemWidths.Keys().IndexOf(group); - if (index != -1) - { - minSize.x = parentRoot->itemWidths.Values()[index]; - } - } - if (sharedHeight) - { - vint index = parentRoot->itemHeights.Keys().IndexOf(group); - if (index != -1) - { - minSize.y = parentRoot->itemHeights.Values()[index]; - } - } - SetPreferredMinSize(minSize); } }