vcl/source/window/winproc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b834f5fe933c0876ce61d8550a0d6144e098876f
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Tue Apr 7 10:31:51 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Tue Apr 7 11:40:19 2020 +0200

    lok: Don't show tooltip for color picker.
    
    Change-Id: I0715875cdc194ac7d7a9683d644183d75984a466
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91802
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

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;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to