summaryrefslogtreecommitdiffstats
path: root/vcl/win/window
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 05:03:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 05:03:13 +0000
commit26f6ae4122fcce6bafa71c064f5e645c39022082 (patch)
treeb0e0916f682785b3a983b71950c4623988ca6eef /vcl/win/window
parentAdding upstream version 4:24.2.2. (diff)
downloadlibreoffice-26f6ae4122fcce6bafa71c064f5e645c39022082.tar.xz
libreoffice-26f6ae4122fcce6bafa71c064f5e645c39022082.zip
Adding upstream version 4:24.2.3.upstream/4%24.2.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vcl/win/window')
-rw-r--r--vcl/win/window/salframe.cxx2
1 files changed, 1 insertions, 1 deletions
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)