marcelgoldstein / ImageChecker

Image comparison with OpenCvSharp
GNU General Public License v3.0
6 stars 1 forks source link

little correction on file deletion #15

Closed marcelgoldstein closed 4 years ago

marcelgoldstein commented 4 years ago

added parameters to the sendToRecycleBin calls to suppress the UI-focus-switch that was happening. reason was that if a user request was possibly needed the UI focus was captured shortly. after the operation finished the focus got restored but the switch takes unneeded time and was clearly visible to the user.