Commit 92f9c3f1 authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

Pass the right hwnd to ReleaseDC().

parent 84e1e994
......@@ -9440,7 +9440,7 @@ static LRESULT LISTVIEW_Command(LISTVIEW_INFO *infoPtr, WPARAM wParam, LPARAM lP
if(hFont != 0)
SelectObject(hdc, hOldFont);
ReleaseDC(infoPtr->hwndSelf, hdc);
ReleaseDC(infoPtr->hwndEdit, hdc);
break;
}
......
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