diff options
Diffstat (limited to 'alf/alf.cpp')
| -rw-r--r-- | alf/alf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alf.cpp b/alf/alf.cpp index c2f99ce..a6c9e01 100644 --- a/alf/alf.cpp +++ b/alf/alf.cpp @@ -168,7 +168,7 @@ ALF_ShouldMessageBubble(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) return FALSE; return msg == ALF_WM_GETDPI - || msg == WM_COMMAND || msg == WM_NOTIFY + || msg == WM_COMMAND || msg == WM_NOTIFY || msg == WM_NOTIFYFORMAT || msg == WM_MEASUREITEM || msg == WM_DRAWITEM || msg == WM_CTLCOLORBTN || msg == WM_CTLCOLOREDIT || msg == WM_CTLCOLORLISTBOX || msg == WM_CTLCOLORSCROLLBAR |
