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();
|
||||
return true;
|
||||
default:
|
||||
if (window.focusedWidget)
|
||||
return window.focusedWidget.handleAction(a);
|
||||
else
|
||||
return handleAction(a);
|
||||
return super.handleAction(a);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue