mirror of https://github.com/buggins/dlangui.git
Merge branch 'master' of github.com:buggins/dlangui
This commit is contained in:
commit
80280ca0f7
|
@ -489,7 +489,6 @@ class Window {
|
||||||
debug(DebugMouseEvents) Log.d("dispatchMouseEvent: mouseCaptureFocusedOut + Leave - cancelling capture");
|
debug(DebugMouseEvents) Log.d("dispatchMouseEvent: mouseCaptureFocusedOut + Leave - cancelling capture");
|
||||||
return dispatchCancel(event);
|
return dispatchCancel(event);
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
} else if (event.action == MouseAction.ButtonDown || event.action == MouseAction.ButtonUp) {
|
} else if (event.action == MouseAction.ButtonDown || event.action == MouseAction.ButtonUp) {
|
||||||
if (!_mouseCaptureWidget.isPointInside(event.x, event.y)) {
|
if (!_mouseCaptureWidget.isPointInside(event.x, event.y)) {
|
||||||
if (currentButtons != _mouseCaptureButtons) {
|
if (currentButtons != _mouseCaptureButtons) {
|
||||||
|
|
Loading…
Reference in New Issue