- Remove Show()/Hide() calls from Layout() method - These methods must only be called from main UI thread - Layout() can be called from any thread during resize/redraw - Show/Hide logic remains in Refresh() which uses DoFromGoroutine Fixes threading warnings from Fyne when stats bar updates |
||
|---|---|---|
| .. | ||
| benchmarkview.go | ||
| components.go | ||
| mainmenu.go | ||
| queueview.go | ||