* 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;
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user