mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
SDA-2593 Disabled cancel button in progress dialog
This commit is contained in:
parent
a30df2d969
commit
46a253923b
@ -170,6 +170,7 @@ namespace Symphony
|
|||||||
this.cancel.Text = "[WixUICancel]";
|
this.cancel.Text = "[WixUICancel]";
|
||||||
this.cancel.UseVisualStyleBackColor = true;
|
this.cancel.UseVisualStyleBackColor = true;
|
||||||
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
||||||
|
this.cancel.Enabled = false;
|
||||||
//
|
//
|
||||||
// bottomBorder
|
// bottomBorder
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user