瀏覽代碼

Fixed lockup with conflicting key bindings

Brian Fiete 5 年之前
父節點
當前提交
077ebe2659
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)