forked from e16/e16
1
0
Fork 0

Fix application resize locking.

SVN revision: 32983
This commit is contained in:
Kim Woelders 2007-12-04 21:13:25 +00:00
parent 32ee6600de
commit ee2f91f7c5
1 changed files with 1 additions and 1 deletions

View File

@ -1265,7 +1265,7 @@ EwinEventConfigureRequest(EWin * ewin, XEvent * ev)
y = ev->xconfigurerequest.y - EoGetY(EoGetDesk(ewin));
#endif
}
if (!EwinInhGetApp(ewin, move))
if (!EwinInhGetApp(ewin, size))
{
if (ev->xconfigurerequest.value_mask & CWWidth)
w = ev->xconfigurerequest.width;