Browse Source

Fixed lockup with conflicting key bindings

Brian Fiete 5 năm trước cách đây
mục cha
commit
077ebe2659
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)