[Libreoffice-commits] core.git: vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 6 12:52:43 UTC 2020
vcl/source/window/winproc.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 4e7398b6329535bc989fa2aeebbe8f3138d2b5d5
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jul 6 10:26:32 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jul 6 14:51:52 2020 +0200
this warning is very common now because of native widgets in the hierarchy
so its not helpful anymore
Change-Id: I79b66628b71503ed413dfe305f01af8423958b6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98196
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index e50c7da96af5..86b583e7b5b9 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -846,8 +846,6 @@ static vcl::Window* ImplGetKeyInputWindow( vcl::Window* pWindow )
// system this is often the case when a Lookup Choice Window has
// the focus - because this windows send the KeyInput directly to
// the window without resetting the focus
- SAL_WARN_IF(pChild != pSVData->mpWinData->mpFocusWin, "vcl",
- "ImplHandleKey: Keyboard-Input is sent to a frame without focus");
// no keyinput to disabled windows
if ( !pChild->IsEnabled() || !pChild->IsInputEnabled() || pChild->IsInModalMode() )
More information about the Libreoffice-commits
mailing list