diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-07 18:30:52 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-07 18:30:52 +0100 |
| commit | 6fb581e28e1ede9be7459533d9ca08679324652b (patch) | |
| tree | 9bb37c05994183522f08c77c8fc615d7458ebf4c /alf/alflayout.cpp | |
| parent | e3daffea5b8596a5dfcf9a79920d9c17344f511b (diff) | |
fixup panel support
Diffstat (limited to 'alf/alflayout.cpp')
| -rw-r--r-- | alf/alflayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alflayout.cpp b/alf/alflayout.cpp index caf9857..cb89965 100644 --- a/alf/alflayout.cpp +++ b/alf/alflayout.cpp @@ -28,7 +28,7 @@ ALF_ApplyFontForWidget(ALFWidgetPriv *widget, const ALFWindowFonts *fonts) // least the commctl32 V5 static control doesn't do it. InvalidateRect(widget->hwnd, NULL, TRUE); } - if ((widget->flags & ALF_ALLFONTS) == ALF_ALLFONTS) { + if (widget->flags & ALF_SENDAPPLYFONTS) { SendMessage(widget->hwnd, ALF_WM_APPLYFONTS, 0, (LPARAM)fonts); } } |
