No longer need to check for this here
This commit is contained in:
@@ -312,7 +312,7 @@ KeyboardLayoutView::MouseUp(BPoint point)
|
||||
|
||||
_InvalidateKey(key);
|
||||
|
||||
if (fDragKey == NULL && fKeymap != NULL)
|
||||
if (fDragKey == NULL)
|
||||
_SendFakeKeyDown(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user