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

Open
plarsen wants to merge 28 commits from C2022-003-Change-Textboxes-to-RTF-3 into Development
Showing only changes of commit 447d1f510c - Show all commits

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));
}
}