diff --git a/Bin/SunnyUI.dll b/Bin/SunnyUI.dll index efeff08c..09d709b9 100644 Binary files a/Bin/SunnyUI.dll and b/Bin/SunnyUI.dll differ diff --git a/SunnyUI/Controls/UITitlePanel.cs b/SunnyUI/Controls/UITitlePanel.cs index ee99acef..d54ccd2f 100644 --- a/SunnyUI/Controls/UITitlePanel.cs +++ b/SunnyUI/Controls/UITitlePanel.cs @@ -249,10 +249,10 @@ namespace Sunny.UI { resizing = true; Height = TitleHeight; - resizing = false; } else { + resizing = false; Height = rowHeight; } @@ -275,10 +275,10 @@ namespace Sunny.UI { base.OnSizeChanged(e); CalcSystemBoxPos(); - // if (!resizing) - // { - // rowHeight = Height; - // } + if (!resizing) + { + rowHeight = Height; + } } protected override void OnMouseDoubleClick(MouseEventArgs e)