diff options
| author | crupest <crupest@outlook.com> | 2020-11-10 15:52:15 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-11-10 15:52:15 +0800 |
| commit | 2d4a5df468f8bc13fbb657e010c393365ef79bda (patch) | |
| tree | 4ee7865663348ede1a961209c980fd614d727859 /src/win/gui/InputMethod.cpp | |
| parent | 02ed6999e9db0c20c3f55ab9c695f939aacb110c (diff) | |
| download | cru-2d4a5df468f8bc13fbb657e010c393365ef79bda.tar.gz cru-2d4a5df468f8bc13fbb657e010c393365ef79bda.tar.bz2 cru-2d4a5df468f8bc13fbb657e010c393365ef79bda.zip | |
...
Diffstat (limited to 'src/win/gui/InputMethod.cpp')
| -rw-r--r-- | src/win/gui/InputMethod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/gui/InputMethod.cpp b/src/win/gui/InputMethod.cpp index 492f1c2f..0ef9a403 100644 --- a/src/win/gui/InputMethod.cpp +++ b/src/win/gui/InputMethod.cpp @@ -198,7 +198,7 @@ void WinInputMethodContext::SetCandidateWindowPosition(const Point& point) { auto himc = GetHIMC(); ::CANDIDATEFORM form; - form.dwIndex = 1; + form.dwIndex = 0; form.dwStyle = CFS_CANDIDATEPOS; form.ptCurrentPos = native_window_->DipToPixel(point); |
