imm32: Correct offset of text in default IME window when using not default window position.
This commit is contained in:
parent
e98a468ebe
commit
f9e5296c7d
|
@ -2101,7 +2101,6 @@ static void PaintDefaultIMEWnd(HWND hwnd)
|
|||
rect.top = cpt.y;
|
||||
rect.right = rect.left + pt.x;
|
||||
rect.bottom = rect.top + pt.y;
|
||||
offX=offY=10;
|
||||
monitor = MonitorFromPoint(cpt, MONITOR_DEFAULTTOPRIMARY);
|
||||
}
|
||||
else /* CFS_DEFAULT */
|
||||
|
|
Loading…
Reference in New Issue