C2019-045: For enhanced procedures, allow modification of number & title
This commit is contained in:
parent
beed3319ca
commit
ca63cfcce0
@ -548,8 +548,7 @@ namespace Volian.Controls.Library
|
||||
if (!readOnlyStep)
|
||||
{
|
||||
StepConfig sc = new StepConfig(MyItemInfo.MyContent.Config);
|
||||
if (IsDerived(sc))
|
||||
readOnlyStep = true;
|
||||
if (IsDerived(sc) && !MyItemInfo.EnhAllowMod()) readOnlyStep = true;
|
||||
}
|
||||
ReadOnly = readOnlyStep || VwMode == E_ViewMode.View || ActiveMode == false;
|
||||
//Volian.Base.Library.HWndCounter.GetWindowHandlesForCurrentProcess(this.Handle, "Before AddRTFText");
|
||||
|
Loading…
x
Reference in New Issue
Block a user