Merge branch 'master' of github.com:buggins/dlangui

This commit is contained in:
Vadim Lopatin 2014-12-10 14:45:33 +03:00
commit 80280ca0f7
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ class Window {
debug(DebugMouseEvents) Log.d("dispatchMouseEvent: mouseCaptureFocusedOut + Leave - cancelling capture");
return dispatchCancel(event);
}
return true;
} else if (event.action == MouseAction.ButtonDown || event.action == MouseAction.ButtonUp) {
if (!_mouseCaptureWidget.isPointInside(event.x, event.y)) {
if (currentButtons != _mouseCaptureButtons) {