Commit f9e5296c authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

imm32: Correct offset of text in default IME window when using not default window position.

parent e98a468e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment