From 20e02da5b2d5328b0e31443e19d769ff2aa521f4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 8 Sep 2009 10:44:42 +0000 Subject: CWS-TOOLING: integrate CWS vcl104 --- dtrans/source/aqua/DropTarget.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dtrans/source') 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); -- cgit ro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting/java
AgeCommit message (Expand)Author
2019-11-08Respect DisableMacrosExecution option in javascript editorSamuel Mehrbrodt
2019-11-08Respect DisableMacrosExecution option in beanshell editorSamuel Mehrbrodt
2019-09-29Fix typosAndrea Gelmini
2019-09-06Fixing "...."Andrea Gelmini
2019-08-31Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-08Related tdf#116767: Call URLClassLoader.closeStephan Bergmann
2019-08-08Remove unused NoSuitableClassLoaderExceptionStephan Bergmann
2019-08-08Remove odd catch of ArrayStoreExceptionStephan Bergmann
2019-07-23cid#1448376 SIC: Inner class could be made staticCaolán McNamara
2019-07-20cid#1448526 RANGE: Range checksCaolán McNamara
2019-07-19tdf#123587 Beanshell editor: Show current file name as window titleAndreas Heinisch
2019-07-09tdf#125355 Beanshell Editor: Corrected indentation when Enter is pressedAndreas Heinisch
2019-07-03cid#1448470: perf inefficient map iteratorJulien Nabet
2019-05-21tdf#97635 Added unindentation using shift-tab (mimicked eclipse behavior)Andreas Heinisch
2019-05-20tdf#97635 Added unindentation using shift-tab (mimicked eclipse's behavior)Andreas Heinisch
2019-05-16tdf#97635 Added unindentation using shift-tab (mimicked eclipse behavior)Andreas Heinisch
2019-05-10an uno -> a unoCaolán McNamara
2019-03-27Beanshell: Display full exception messageSamuel Mehrbrodt
2019-03-27Beanshell: Wrap long error messagesSamuel Mehrbrodt
2019-03-27tdf#123586 Set minimum size for beanshell editorkushagrakasliwal1
2019-03-13tdf#123588 Beanshell editor to indicate whether script is savedSainal Shah
2019-02-24tdf#123589 Removing close button from toolbar in Beanshell editorEL-SHREIF
2019-02-18Fix product nameSamuel Mehrbrodt
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-07-05cid#1437407: create class loader in doPrivilegedStephan Bergmann
2018-06-15Restore binary compatibility for ClassLoaderFactoryStephan Bergmann
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2018-01-27Fix typosAndrea Gelmini