ravibpatel/AutoUpdater.NET

ZipExtractor Extraction window textBoxInformation is not read only

BTPDarren opened this issue · 1 comments

Minor issue

image

With a large downloaded update, this window is shown for the zip extraction. I have discovered that the textBoxInformation is a text box (unsure why, should it be a label?) and can be edited

Not a big deal but thought it worth noting for any future update.

TextBox allows scrolling text with a mouse horizontally unlike label, so it is useful in case of a long text, but it should have been read-only. I fixed it in latest commit. Thanks for reporting it.