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

This commit is contained in:
Aric Stewart 2008-02-26 09:37:53 -06:00 committed by Alexandre Julliard
parent e98a468ebe
commit f9e5296c7d
1 changed files with 0 additions and 1 deletions

View File

@ -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 */