1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +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();