mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Key binding fix
This commit is contained in:
parent
05d5b5f594
commit
5746214198
2 changed files with 3 additions and 2 deletions
|
@ -760,6 +760,9 @@ namespace IDE
|
|||
#endif
|
||||
|
||||
#unwarn
|
||||
/*if (gApp.mOutputPanel != null)
|
||||
gApp.OutputLine("Applying key bindings");*/
|
||||
|
||||
for (var cmd in gApp.mCommands.mCommandMap.Values)
|
||||
cmd.mNext = null;
|
||||
gApp.mCommands.mKeyMap.Clear();
|
||||
|
|
|
@ -685,8 +685,6 @@ namespace IDE.ui
|
|||
|
||||
protected void ApplyChanges(PropPage propPage, ref bool hadChanges)
|
||||
{
|
||||
hadChanges = false;
|
||||
|
||||
for (var propEntries in propPage.mPropEntries.Values)
|
||||
{
|
||||
for (var propEntry in propEntries)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue