We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emergent/egui/loopctrl.go:72 is the crash: tree.AddAt(p, pfx+"loop-mode", func(w *core.Switches) { w.SetType(core.SwitchSegmentedButton) w.Mutex = true w.SetEnums(modes...) w.SelectValue(curMode) w.FinalStyler(func(s *styles.Style) { s.Grow.Set(0, 0) }) w.OnChange(func(e events.Event) { -> line 72: curMode = w.SelectedItem().Value.(enums.Enum) st := loops.Stacks[curMode] if st != nil { curStep = st.StepLevel } updateSteps() stepChoose.Update() stepN := st.Loops[curStep].StepCount stepNSpin.SetValue(float32(stepN)) stepNSpin.Update() }) })
run ccn sims on web, probably in a slow system? I didn't get this on my mac.
No response
macOS
The text was updated successfully, but these errors were encountered:
Need a reproducible test case before I can fix this.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
How to reproduce
run ccn sims on web, probably in a slow system? I didn't get this on my mac.
Example code
No response
Relevant output
No response
Platform
macOS
The text was updated successfully, but these errors were encountered: