소스 검색

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)