mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Fixed issues with key settings, particularly clearing a key binding
This commit is contained in:
parent
a5ccbab43e
commit
07c2166321
2 changed files with 16 additions and 3 deletions
|
@ -6846,6 +6846,11 @@ namespace IDE
|
|||
|
||||
var window = (WidgetWindow)evt.mSender;
|
||||
|
||||
if (window.mFocusWidget is KeysEditWidget)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
IDECommand.ContextFlags useFlags = .None;
|
||||
var activeWindow = GetActiveWindow();
|
||||
bool isMainWindow = activeWindow.mRootWidget is MainFrame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue