diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-09-08 10:44:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-09-08 10:44:42 +0000 |
commit | 20e02da5b2d5328b0e31443e19d769ff2aa521f4 (patch) | |
tree | d0aec949b19c5ad35172a1ad85e3226a84265b05 /dtrans/source | |
parent | f4967ff057d7b1534fd0bc71fb8cbb4c6f4f5f0f (diff) |
CWS-TOOLING: integrate CWS vcl104
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/aqua/DropTarget.cxx | 3 |
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); |