diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/treeglue.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/treeglue.hxx b/vcl/inc/treeglue.hxx index ebc0e57b2ccb..ac7416590e92 100644 --- a/vcl/inc/treeglue.hxx +++ b/vcl/inc/treeglue.hxx @@ -129,7 +129,10 @@ public: virtual SvTreeListEntry* GetDropTarget(const Point& rPos) override { + SvTreeListEntry* pOldTargetEntry = pTargetEntry; pTargetEntry = pImpl->GetEntry(rPos); + if (pOldTargetEntry != pTargetEntry) + ImplShowTargetEmphasis(pOldTargetEntry, false); // scroll if (rPos.Y() < 12) |