* 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;
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)