re-checkin for C2021-005
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user