Selaa lähdekoodia

Fixed lockup with conflicting key bindings

Brian Fiete 5 vuotta sitten
vanhempi
commit
077ebe2659
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      IDE/src/Settings.bf

+ 2 - 0
IDE/src/Settings.bf

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