From b834f5fe933c0876ce61d8550a0d6144e098876f Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Tue, 7 Apr 2020 10:31:51 +0200 Subject: lok: Don't show tooltip for color picker. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0715875cdc194ac7d7a9683d644183d75984a466 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91802 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tamás Zolnai --- vcl/source/window/winproc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index b3ea4f5bf97e..8377691e1527 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -166,7 +166,7 @@ static void ImplHandleMouseHelpRequest( vcl::Window* pChild, const Point& rMouse // (e.g. Character Properties dialog -> Font Effects -> Font Color) if(pChild->GetType() == WindowType::CONTROL && pChild->GetParent() && pChild->GetParent()->GetParent() && - pChild->GetParent()->GetParent()->GetType() == WindowType::DOCKINGWINDOW) + pChild->GetParent()->GetParent()->GetType() == WindowType::SCROLLWINDOW) return; } -- cgit v1.2.3