summaryrefslogtreecommitdiff
path: root/dtrans/source/aqua
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/aqua')
-rw-r--r--dtrans/source/aqua/DropTarget.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dtrans/source/aqua/DropTarget.cxx b/dtrans/source/aqua/DropTarget.cxx
index 6f973d7aa08f..f2bc61e2ecf8 100644
--- a/dtrans/source/aqua/DropTarget.cxx
+++ b/dtrans/source/aqua/DropTarget.cxx
@@ -297,6 +297,9 @@ NSDragOperation DropTarget::draggingUpdated(id sender)
fire_dragOver(dtde);
+ // drag over callbacks likely have rendered something
+ [mView setNeedsDisplay: TRUE];
+
dragOp = OfficeToSystemDragActions(mSelectedDropAction);
//NSLog(@"Drag update: Source actions: %x proposed action %x selected action %x", mDragSourceSupportedActions, currentAction, mSelectedDropAction);