mirror of https://github.com/buggins/dlangide.git
fix action handling
This commit is contained in:
parent
bf99a4ed95
commit
359dffbcce
|
@ -190,10 +190,7 @@ class IDEFrame : AppFrame {
|
||||||
dlg.show();
|
dlg.show();
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
if (window.focusedWidget)
|
return super.handleAction(a);
|
||||||
return window.focusedWidget.handleAction(a);
|
|
||||||
else
|
|
||||||
return handleAction(a);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue