mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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
Block a user