diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-26 14:28:27 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-26 14:29:32 +0200 |
| commit | 960f0cef228a64ea598c4531d0a7d159dfb7ed0d (patch) | |
| tree | 9baf7baa580723487fcb5da95b555580830d1942 /alf/alf.cpp | |
| parent | cd9b72745abd06012777f130f1f19c4ae853489d (diff) | |
spin box: initial implementation
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 |
