mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 06:12:52 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@6130 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
eb79d76935
commit
7efe42e8b7
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue