This commit is contained in:
@@ -9,7 +9,7 @@ using VEPROMS.CSLA.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
public partial class DisplayTabRibbon : UserControl
|
||||
public partial class StepTabRibbon : UserControl
|
||||
{
|
||||
private StepItem _MyDisplayItem;
|
||||
public StepItem MyDisplayItem
|
||||
@@ -53,7 +53,7 @@ namespace Volian.Controls.Library
|
||||
btnCMSuperscript.Checked = btnSuperscript.Checked = RTBAPI.IsSuperScript(_MyDisplayRTB);
|
||||
btnCMCut.Enabled = btnCMCopy.Enabled = btnCut.Enabled = btnCopy.Enabled = _MyDisplayRTB.SelectionLength > 0;
|
||||
}
|
||||
public DisplayTabRibbon()
|
||||
public StepTabRibbon()
|
||||
{
|
||||
InitializeComponent();
|
||||
// get the xml for all of the symbols, create buttons for them & add them to the gallery.
|
||||
|
Reference in New Issue
Block a user