do not enable the OK button on initial dialog load since no Accessor has been selected

This commit is contained in:
Michael Becker 2020-01-23 02:23:48 -05:00
parent 711ecaab8d
commit e20d005efd
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -51,6 +51,8 @@ namespace UniversalEditor.UserInterface.Dialogs
this.Buttons [0].ResponseValue = (int)DialogResult.OK;
this.Buttons [1].ResponseValue = (int)DialogResult.Cancel;
this.Buttons[0].Enabled = false;
switch (Mode)
{