This commit is contained in:
@@ -238,13 +238,13 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
InitializeComponent();
|
||||
SetupEventHandlers();
|
||||
SetupEditItem(itemInfo, myStepPanel, myParentEditItem, myChildRelation, expand, null);
|
||||
SetupEditItem(itemInfo, myStepPanel, myParentEditItem, myChildRelation, expand, null, false);
|
||||
}
|
||||
public GridItem(ItemInfo itemInfo, StepPanel myStepPanel, EditItem myParentEditItem, ChildRelation myChildRelation, bool expand, EditItem nextEditItem)
|
||||
{
|
||||
InitializeComponent();
|
||||
SetupEventHandlers();
|
||||
SetupEditItem(itemInfo, myStepPanel, myParentEditItem, myChildRelation, expand, nextEditItem);
|
||||
SetupEditItem(itemInfo, myStepPanel, myParentEditItem, myChildRelation, expand, nextEditItem, false);
|
||||
}
|
||||
private void SetupEventHandlers()
|
||||
{
|
||||
|
Reference in New Issue
Block a user