mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
No longer need to check for this here
This commit is contained in:
parent
173b5a686d
commit
4346099683
@ -312,7 +312,7 @@ KeyboardLayoutView::MouseUp(BPoint point)
|
||||
|
||||
_InvalidateKey(key);
|
||||
|
||||
if (fDragKey == NULL && fKeymap != NULL)
|
||||
if (fDragKey == NULL)
|
||||
_SendFakeKeyDown(key);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user