From 97ac77f067910fa5e8206d75160fa63546a9358d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 07:03:24 +0200 Subject: Merging upstream version 4:24.2.3. Signed-off-by: Daniel Baumann --- vcl/win/window/salframe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/win') diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 1eed596e6c..bd93ad6bf4 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -3589,7 +3589,7 @@ static bool HandleAltNumPadCode(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar if (!(keyFlags & KF_REPEAT)) state.clear(); state.started = true; - return true; + return false; // This must be processed further - e.g., to show accelerators } if (!state.started) -- cgit v1.2.3