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

oldstable
Huw Davies 2013-12-06 16:28:31 +00:00 committed by Alexandre Julliard
parent 68f094b734
commit 39538f91f5
1 changed files with 1 additions and 1 deletions

View File

@ -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;