heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

move files form - file list incorrect #14

Closed heribertolugo closed 5 years ago

heribertolugo commented 5 years ago

since the implementation of virtual scroll, the move files form incorrectly displays files selected for move/copy. this is because the nodes in treeview are being passed to the form. correction is to pass nodes from the master list, rather than from the treeview.

heribertolugo commented 5 years ago

this was fixed.