From e4aad1dce042b6cc02421be00201d89c8b6305e4 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 22 Feb 2019 16:41:17 +0200 Subject: [PATCH] Changing filter slot didn't update selected mask/overlay. --- od-win32/win32gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/win32gui.cpp b/od-win32/win32gui.cpp index 00d6e4b4..895fe4ab 100644 --- a/od-win32/win32gui.cpp +++ b/od-win32/win32gui.cpp @@ -19685,7 +19685,7 @@ static INT_PTR CALLBACK hw3dDlgProc (HWND hDlg, UINT msg, WPARAM wParam, LPARAM filterstackpos = 2 * MAX_FILTERSHADERS; else filterstackpos = item - 1; - values_to_hw3ddlg (hDlg, false); + values_to_hw3ddlg (hDlg, true); enable_for_hw3ddlg (hDlg); } break; -- 2.47.3