Skip to content

Commit 2207d24

Browse files
committed
Fix visualizer assignment
1 parent 03b9230 commit 2207d24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.bonsai

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ Item2 as Weight)</scr:Expression>
11831183
</Workflow>
11841184
</Expression>
11851185
<Expression xsi:type="VisualizerMapping">
1186-
<VisualizerType xsi:type="TypeMapping" TypeArguments="zg:LineGraphVisualizer" />
1186+
<VisualizerType xsi:type="TypeMapping" TypeArguments="gui:TableLayoutPanelVisualizer" />
11871187
</Expression>
11881188
<Expression xsi:type="IncludeWorkflow" Path="Extensions\LauncherControl.bonsai" />
11891189
<Expression xsi:type="VisualizerMapping">
@@ -1269,7 +1269,9 @@ Item2 as Weight)</scr:Expression>
12691269
</Edges>
12701270
</Workflow>
12711271
</Expression>
1272-
<Expression xsi:type="VisualizerMapping" />
1272+
<Expression xsi:type="VisualizerMapping">
1273+
<VisualizerType xsi:type="TypeMapping" TypeArguments="gui:TableLayoutPanelVisualizer" />
1274+
</Expression>
12731275
<Expression xsi:type="gui:TableLayoutPanelBuilder">
12741276
<gui:Name>UserInterface</gui:Name>
12751277
<gui:Enabled>true</gui:Enabled>

0 commit comments

Comments
 (0)