[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - vcl/source

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 7 09:40:48 UTC 2020


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

New commits:
commit b834f5fe933c0876ce61d8550a0d6144e098876f
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Apr 7 10:31:51 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at 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;
     }
 


More information about the Libreoffice-commits mailing list