mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
wordpad: Pass the correct window to the font size list validator.
This commit is contained in:
parent
68f094b734
commit
39538f91f5
1 changed files with 1 additions and 1 deletions
|
@ -2016,7 +2016,7 @@ static LRESULT OnNotify( HWND hWnd, LPARAM lParam)
|
||||||
on_fontlist_modified(endEdit->szText);
|
on_fontlist_modified(endEdit->szText);
|
||||||
} else if (pHdr->hwndFrom == hwndSizeList)
|
} else if (pHdr->hwndFrom == hwndSizeList)
|
||||||
{
|
{
|
||||||
on_sizelist_modified(hwndFontList,endEdit->szText);
|
on_sizelist_modified(hwndSizeList,endEdit->szText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue