diff options
Diffstat (limited to 'alf/alfedit.cpp')
| -rw-r--r-- | alf/alfedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfedit.cpp b/alf/alfedit.cpp index 95150ba..c352a8b 100644 --- a/alf/alfedit.cpp +++ b/alf/alfedit.cpp @@ -83,7 +83,7 @@ ALF_AddEdit(HWND win, WORD id, UINT x, UINT y, const TCHAR *text) p.y = y; p.width = 0; p.height = 0; - p.flags = ALF_QUERYSIZE | ALF_APPLYSIZE | ALF_MESSAGEFONT; + p.flags = ALF_QUERYSIZE | ALF_APPLYSIZE | ALF_INHERITFONT; ALF_AddWidgetEx(win, &p); |
