Skip to content

Commit

Permalink
use new RunWindow helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Apr 27, 2024
1 parent 162db10 commit 9c6f8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netview/netdata.go
Expand Up @@ -657,7 +657,7 @@ func (nv *NetView) PlotSelectedUnit() (*etable.Table, *eplot.Plot2D) { //types:a
plt.SetColParams(vnm, disp, vp.Range.FixMin, float64(min), vp.Range.FixMax, float64(vp.Range.Max))
}

b.NewWindow().SetNewWindow(true).Run()
b.RunWindow()

Check failure on line 660 in netview/netdata.go

View workflow job for this annotation

GitHub Actions / build

b.RunWindow undefined (type *"cogentcore.org/core/core".Body has no field or method RunWindow)
return dt, plt
}

Expand Down

0 comments on commit 9c6f8c6

Please sign in to comment.