* Don't forward the drop messages to the next handler if we already handled

them.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32492 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-08-18 13:01:08 +00:00
parent b01bdb48ea
commit a0205e0a07

View File

@ -478,6 +478,7 @@ KeyboardLayoutView::MessageReceived(BMessage* message)
_InvalidateKey(fDropTarget);
fDropTarget = NULL;
fDropPoint.x = -1;
return;
}
switch (message->what) {