1
0
Fork 0
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:
Brian Fiete 2020-09-29 14:35:22 -07:00
parent 05d5b5f594
commit 5746214198
2 changed files with 3 additions and 2 deletions

View file

@ -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();

View file

@ -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)