Fixed copy&paste bug, thanks Stefano!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23197 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
deb58f165b
commit
33d3580bdc
@ -941,7 +941,7 @@ FrameMoved(origin);
|
||||
|
||||
while (true) {
|
||||
BMessage* pendingMessage = MessageQueue()->FindMessage(
|
||||
B_WINDOW_RESIZED, 0);
|
||||
B_WINDOW_ACTIVATED, 0);
|
||||
if (pendingMessage == NULL)
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user