Enter Key on High Level step will default to the current step type
Fix logic for continue message indent
This commit is contained in:
@@ -2290,8 +2290,9 @@ namespace Volian.Print.Library
|
||||
else
|
||||
{
|
||||
SectionConfig sc = itemInfo.MyParent.MyConfig as SectionConfig;
|
||||
offset = (sc != null && sc.SubSection_AutoIndent == "Y") ? MyParent.XOffset
|
||||
: (MyParent != null && MyParent.MyTab != null)?MyParent.MyTab.XOffset:XOffset;
|
||||
if (MyParent != null)
|
||||
offset = (sc != null && sc.SubSection_AutoIndent == "Y") ? MyParent.XOffset
|
||||
: (MyParent.MyTab != null)?MyParent.MyTab.XOffset:XOffset;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user