* UITitlePanel:修正

This commit is contained in:
Sunny 2020-11-29 10:40:05 +08:00
parent b6273b8985
commit c1855fed6c
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -249,10 +249,10 @@ namespace Sunny.UI
{ {
resizing = true; resizing = true;
Height = TitleHeight; Height = TitleHeight;
resizing = false;
} }
else else
{ {
resizing = false;
Height = rowHeight; Height = rowHeight;
} }
@ -275,10 +275,10 @@ namespace Sunny.UI
{ {
base.OnSizeChanged(e); base.OnSizeChanged(e);
CalcSystemBoxPos(); CalcSystemBoxPos();
// if (!resizing) if (!resizing)
// { {
// rowHeight = Height; rowHeight = Height;
// } }
} }
protected override void OnMouseDoubleClick(MouseEventArgs e) protected override void OnMouseDoubleClick(MouseEventArgs e)