Aggiunto arc element per Frame e Sash (da rivedere)
This commit is contained in:
@@ -49,6 +49,15 @@
|
||||
<li class="nav-item m-1">
|
||||
<button data-target="#General" class="@tabNavCss(CompileStep.General)" @onclick="() => NextStep(CompileStep.General)">General</button>
|
||||
</li>
|
||||
@if (FrameWindow.Shape == Json.WindowConst.Shapes.ARC ||
|
||||
FrameWindow.Shape == Json.WindowConst.Shapes.ARC_FULL ||
|
||||
FrameWindow.Shape == Json.WindowConst.Shapes.DOUBLEARC ||
|
||||
FrameWindow.Shape == Json.WindowConst.Shapes.THREECENTERARC)
|
||||
{
|
||||
<li class="nav-item m-1">
|
||||
<button data-target="#ArcElement" class="@tabNavCss(CompileStep.ArcElement)" @onclick="() => NextStep(CompileStep.ArcElement)">Arc Elem</button>
|
||||
</li>
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-12 col-lg-6 d-grid gap-1 d-md-flex justify-content-md-end align-items-center flex-wrap">
|
||||
@@ -188,6 +197,14 @@
|
||||
EC_ReqClose="ReturnTree">
|
||||
</General>
|
||||
}
|
||||
else if (currStep == CompileStep.ArcElement)
|
||||
{
|
||||
<CardArcElement CurrFrame="FrameWindow"
|
||||
SashList="m_SashList"
|
||||
EC_UpdatePreview="UpdatePreviewFrame"
|
||||
EC_ReqClose="ReturnTree">
|
||||
</CardArcElement>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user