btnToggleEditView_Click moved from DEBUG IFDEF
so that Release version will build
This commit is contained in:
parent
340a11d14a
commit
cf8813cb83
@ -598,13 +598,13 @@ namespace Volian.Controls.Library
|
||||
OutputAllChildren(itm);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
private void btnToggleEditView_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
MyStepRTB.ToggleEditView();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endregion
|
||||
}
|
||||
public enum E_FieldToEdit { StepText, Text, Number };
|
||||
|
Loading…
x
Reference in New Issue
Block a user