Commit 39538f91 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wordpad: Pass the correct window to the font size list validator.

parent 68f094b7
......@@ -2016,7 +2016,7 @@ static LRESULT OnNotify( HWND hWnd, LPARAM lParam)
on_fontlist_modified(endEdit->szText);
} else if (pHdr->hwndFrom == hwndSizeList)
{
on_sizelist_modified(hwndFontList,endEdit->szText);
on_sizelist_modified(hwndSizeList,endEdit->szText);
}
}
return 0;
......
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