summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/winproc.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}