SDA-2593 Disabled cancel button in progress dialog

This commit is contained in:
Mattias Gustavsson 2020-11-04 14:04:13 +01:00
parent a30df2d969
commit 46a253923b

View File

@ -170,6 +170,7 @@ namespace Symphony
this.cancel.Text = "[WixUICancel]";
this.cancel.UseVisualStyleBackColor = true;
this.cancel.Click += new System.EventHandler(this.cancel_Click);
this.cancel.Enabled = false;
//
// bottomBorder
//