* UITitlePanel:修正
This commit is contained in:
parent
b6273b8985
commit
c1855fed6c
BIN
Bin/SunnyUI.dll
BIN
Bin/SunnyUI.dll
Binary file not shown.
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user