Explorar o código

Fixed lockup with conflicting key bindings

Brian Fiete %!s(int64=5) %!d(string=hai) anos
pai
achega
077ebe2659
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      IDE/src/Settings.bf

+ 2 - 0
IDE/src/Settings.bf

@@ -760,6 +760,8 @@ namespace IDE
 #endif
 
 #unwarn
+				for (var cmd in gApp.mCommands.mCommandMap.Values)
+					cmd.mNext = null;
 				gApp.mCommands.mKeyMap.Clear();
 
 				for (let entry in mEntries)