This commit is contained in:
@@ -173,6 +173,7 @@ namespace Volian.Controls.Library
|
||||
// expand/hide the ribbon.
|
||||
// Note: the QAT menu is to the right of the V start button in the upper left
|
||||
_RibbonControl.AutoExpand = false;
|
||||
_RibbonControl.Items[0].RaiseClick(); // initially default to HOME tab
|
||||
}
|
||||
|
||||
void _RibbonControl_SizeChanged(object sender, EventArgs e)
|
||||
@@ -1084,7 +1085,7 @@ namespace Volian.Controls.Library
|
||||
MyStepRTB.StepRTB_ArrowPressed(E_ArrowKeys.CtrlUp); // jump to HLS
|
||||
ShortCutContextMenu("InsHLS"); // prompt for new HLS
|
||||
}
|
||||
else if (deletedRNO)
|
||||
else if (deletedRNO || MyItemInfo.IsEquipmentList)
|
||||
InsertSiblingBeforeOrAfter("after");
|
||||
else if (MyStepItem.MyRNOStepItems != null && MyStepItem.MyRNOStepItems.Count > 0)
|
||||
MyStepRTB.StepRTB_ArrowPressed(E_ArrowKeys.CtrlRight); // jump to RNO
|
||||
|
Reference in New Issue
Block a user