wordpad: Pass the correct window to the font size list validator.
This commit is contained in:
parent
68f094b734
commit
39538f91f5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue