This commit is contained in:
SchreiberM
2016-04-14 12:27:57 +02:00
parent dab2f6ff83
commit ede8ede415
7 changed files with 243 additions and 193 deletions

View File

@@ -3186,8 +3186,10 @@ Public Class frmConstructor_Main
End If
Else
CURRENT_RECORD_ID = RECORD_ID
ClassDragDrop.Drop_File(e)
Check_Dropped_Files()
If ClassDragDrop.Drop_File(e) = True Then
Check_Dropped_Files()
End If
End If
End If
End Sub