From 960f0cef228a64ea598c4531d0a7d159dfb7ed0d Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 26 Jun 2020 14:28:27 +0200 Subject: spin box: initial implementation --- alf/alf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alf.cpp') 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 -- cgit v1.2.3