re-checkin for C2021-005

This commit is contained in:
John Jenko 2021-02-19 21:54:00 +00:00
parent 62161a3f5f
commit 6499c9a23c

View File

@ -2969,14 +2969,6 @@ namespace Volian.Controls.Library
{
_MyStepRTB.SetSelectedCase('T');
}
private void btnFontSizeInc_Click(object sender, EventArgs e)
{
ChangeFontSize(SelectionOption.All, true);
}
private void btnFontSizeDec_Click(object sender, EventArgs e)
{
ChangeFontSize(SelectionOption.All, false);
}
private void btnInsTrans_Click(object sender, EventArgs e)
{
StartGridEditing(SelectionOption.Start);