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

Thread Count Textbox Exception #77

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

When using the current max value for threads, the numericupdown throws an exception if 1 thread is created over numericupdown max value.

Value being assigned to numericupdown should be checked against its max and handled.

in file: FileListControl line: 175

this can be resolved in tandem with #74.