ソースを参照

Current Korean IMEs don't have candidates

Sam Lantinga 1 年間 前
コミット
42d8db7e34
1 ファイル変更0 行追加3 行削除
  1. 0 3
      src/video/windows/SDL_windowskeyboard.c

+ 0 - 3
src/video/windows/SDL_windowskeyboard.c

@@ -1109,9 +1109,6 @@ static void UILess_GetCandidateList(SDL_VideoData *videodata, ITfCandidateListUI
             }
         }
     }
-    // TODO: why was this necessary? check ime_horizontal_candidates instead?
-    // if (PRIMLANG() == LANG_KOREAN)
-    //    videodata->ime_candsel = -1;
 
     IME_SendCandidateList(videodata);
 }