mirror of https://github.com/buggins/dlangui.git
fix warning
This commit is contained in:
parent
0e3d0db945
commit
c2ad3e6994
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue