- corretti titoli delle tabs
- aggiunti combobox per joint del telaio
This commit is contained in:
@@ -14,9 +14,9 @@ namespace WebWindowConfigurator
|
||||
{
|
||||
Draft = 0,
|
||||
General = 1,
|
||||
Shape,
|
||||
Dimension,
|
||||
Open
|
||||
Sash,
|
||||
Split,
|
||||
Fill
|
||||
}
|
||||
|
||||
private CompileStep currStep = CompileStep.Draft;
|
||||
@@ -65,7 +65,6 @@ namespace WebWindowConfigurator
|
||||
Frame NewFrame = (Frame)Frame.CreateFrame(m_CurrWindow);
|
||||
m_CurrWindow.AreaList.Add(NewFrame);
|
||||
m_SelArea = NewFrame;
|
||||
var cc= m_frame.Shape;
|
||||
}
|
||||
|
||||
private Window m_CurrWindow { get; set; } = new Window();
|
||||
|
||||
Reference in New Issue
Block a user