make the button actually click, must've been a regression
This commit is contained in:
parent
26b5557b35
commit
d88a516d15
@ -38,7 +38,7 @@ namespace UniversalEditor.Editors.Binary
|
||||
private Label lblLength;
|
||||
private NumericTextBox txtLength;
|
||||
private Button cmdColor;
|
||||
// private Button cmdOK;
|
||||
private Button cmdOK;
|
||||
|
||||
public FieldDefinition FieldDefinition { get; set; } = new FieldDefinition();
|
||||
|
||||
@ -98,7 +98,7 @@ namespace UniversalEditor.Editors.Binary
|
||||
}
|
||||
}
|
||||
|
||||
// [EventHandler(nameof(cmdOK), "Click")]
|
||||
[EventHandler(nameof(cmdOK), "Click")]
|
||||
private void cmdOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
FieldDefinition.Name = txtName.Text;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user