vcl/source/window/winproc.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 4e7398b6329535bc989fa2aeebbe8f3138d2b5d5 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Jul 6 10:26:32 2020 +0100 Commit: Caolán McNamara <caol...@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 <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@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() ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits