realTobby / ImageScraper

Dumps all images from a WebSite.
GNU General Public License v3.0
8 stars 2 forks source link

Loading in the filter twice #28

Closed AidanFray closed 6 years ago

AidanFray commented 6 years ago

The filter is loaded in twice, once when the program loads and every time the dump button is clicked

https://github.com/xSillusx/ImageScraper/blob/2de0cf11c2d8c181d7669206dd2ce135615d61ca/ImageScraper/Form1.cs#L110

https://github.com/xSillusx/ImageScraper/blob/2de0cf11c2d8c181d7669206dd2ce135615d61ca/ImageScraper/Form1.cs#L40

realTobby commented 6 years ago

I think i had a tought about that...but I dont really remember when iam being hoenst lol The one in the form_load can be erased when iam correct. I will do it and commit real fast.

realTobby commented 6 years ago

solved in (https://github.com/xSillusx/ImageScraper/commit/7e061e5aaf2da714ffa421ae963828fe80997798)