Commit 07c4dc46 authored by Krzysztof Foltman's avatar Krzysztof Foltman Committed by Alexandre Julliard

Fix unnecessary (and harmful) repeated statement.

parent bda8a5c0
......@@ -1734,7 +1734,6 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
pt.x = 0;
pt.y = editor->pBuffer->pLast->member.para.nYPos;
}
pt.y += ME_GetParagraph(pRun)->member.para.nYPos;
if (wParam >= 0x40000) {
*(POINTL *)wParam = pt;
}
......
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