* 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:
parent
b01bdb48ea
commit
a0205e0a07
@ -478,6 +478,7 @@ KeyboardLayoutView::MessageReceived(BMessage* message)
|
|||||||
_InvalidateKey(fDropTarget);
|
_InvalidateKey(fDropTarget);
|
||||||
fDropTarget = NULL;
|
fDropTarget = NULL;
|
||||||
fDropPoint.x = -1;
|
fDropPoint.x = -1;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (message->what) {
|
switch (message->what) {
|
||||||
|
Loading…
Reference in New Issue
Block a user