Skip to content

Commit

Permalink
use RunMainWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Mar 9, 2024
1 parent 57790ca commit 5f9375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erand/distsplot/distsplot.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ func (ss *Sim) ConfigGUI() *gi.Body {
gi.TheApp.OpenURL("https://github.com/emer/emergent/v2/blob/master/erand/distplot/README.md")
})
})
b.NewWindow().Run().Wait()
b.RunMainWindow()
return b
}

0 comments on commit 5f9375d

Please # to comment.