.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@6130 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-06-03 07:49:30 +00:00
parent eb79d76935
commit 7efe42e8b7

View file

@ -481,9 +481,9 @@ void Ctrl::Proc()
return;
}
case GDK_CONFIGURE: {
Rect rect = CurrentEvent.value;
if(GetRect() != rect)
SetWndRect(rect);
Rect rect = CurrentEvent.value;
if(GetRect() != rect)
SetWndRect(rect);
}
break;
default: