B2013-154: enter-key from RNO in single column -> fix incorrect insertion/display of new RNO
This commit is contained in:
parent
ffd8d0d530
commit
e7302a504e
@ -2751,6 +2751,12 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
else if (MyItemInfo.IsRNOPart)
|
else if (MyItemInfo.IsRNOPart)
|
||||||
{
|
{
|
||||||
|
// B2013-154: if in single column mode, enter key from an RNO part should insert an RNO part:
|
||||||
|
if (MyItemInfo.ColumnMode == 0)
|
||||||
|
{
|
||||||
|
CreateNewRNO();
|
||||||
|
return;
|
||||||
|
}
|
||||||
MyStepRTB.StepRTB_ArrowPressed(E_ArrowKeys.CtrlLeft);
|
MyStepRTB.StepRTB_ArrowPressed(E_ArrowKeys.CtrlLeft);
|
||||||
if (MyItemInfo.IsHigh)
|
if (MyItemInfo.IsHigh)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user