Merge branch 'mig5-fix_get_num_files' into ux-update

This commit is contained in:
Micah Lee 2018-02-22 17:55:19 -08:00
commit a53ab8a459
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -369,7 +369,7 @@ class FileSelection(QtWidgets.QVBoxLayout):
"""
Returns the total number of files and folders in the list.
"""
return len(range(self.count()))
return len(range(self.file_list.count()))
def setFocus(self):
"""