C2022-003-Change-Textboxes-to-RTF-3

This commit is contained in:
2026-01-14 07:04:35 -05:00
parent c0651e4e2c
commit 447d1f510c

View File

@@ -3450,8 +3450,6 @@ namespace ROEditor
{
DevComponents.DotNetBar.ButtonItem b = (DevComponents.DotNetBar.ButtonItem)sender;
ctlXMLEdit2.TextBoxFocus.InsertSymbol(Convert.ToInt32(b.Tag));
//StartGridEditing(SelectionOption.Start); // If in a FlexGrid, start the editor for a cell
//_MyStepRTB.InsertSymbol(Convert.ToInt32(b.Tag));
}
}