Need to still show them
This commit is contained in:
parent
ad6855a156
commit
464e92c177
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
contentRow.BackgroundColor = Color.Transparent;
|
||||
|
||||
foreach (var stage in this.Stages.Where(s => s.Enabled && s.Visible))
|
||||
foreach (var stage in this.Stages.Where(s => s.Visible))
|
||||
{
|
||||
GuiWidget rightWidget = null;
|
||||
var widget = new GuiWidget();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue