summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndeventdispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dndeventdispatcher.cxx')
-rw-r--r--vcl/source/window/dndeventdispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dndeventdispatcher.cxx b/vcl/source/window/dndeventdispatcher.cxx
index 47adfcf87d5a..0afa4501eb71 100644
--- a/vcl/source/window/dndeventdispatcher.cxx
+++ b/vcl/source/window/dndeventdispatcher.cxx
@@ -58,7 +58,7 @@ vcl::Window* DNDEventDispatcher::findTopLevelWindow(Point location)
while( pChildWindow->ImplGetClientWindow() )
pChildWindow = pChildWindow->ImplGetClientWindow();
- if( pChildWindow->ImplIsAntiparallel() )
+ if( pChildWindow->GetOutDev()->ImplIsAntiparallel() )
{
const OutputDevice *pChildWinOutDev = pChildWindow->GetOutDev();
pChildWinOutDev->ReMirror( location );