* ViewProvider::canDragAndDropObject should only return true if an extension handles drag and drop Currently it returns true if no extension is available * ViewProvider::dropObject shouldn't throw an exception if no extension handles drag and drop As an example consider https://forum.freecad.org/viewtopic.php?t=82957 When selecting two objects then ViewProvider::dropObject is called twice. But for the first call both objects are moved to the destination and for the second call no extension handles drag and drop any more. This incorrectly leads to a thrown exception.
34 KiB
34 KiB