mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
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…
x
Reference in New Issue
Block a user