dozn
dozn
The example code on https://developer.fyne.io/collection/tree exhibits the same behaviour (although it's worth noting the `container.NewPadded()` in the OP makes the upper portion disappear completely sometimes as well).
Still occurs using `dev-2025-06:805f7ce97`
Still occurs using `dev-2025-06:805f7ce97`
Would it be possible to fix the message for now, since it's incorrect either way? Something like: > There must be a `-vet-packages` flag before the `-vet-unused-procedures` flag. which covers...
Removing the `Draggable` interface from `Scroll` (`internal/widget/scroller.go`) resolves this issue, and still allows for it to be scrolled on mobile the same way.
Still occurs using `dev-2025-06:805f7ce97` ### Expected ```go &Object{a = 10} Object{a = 10} ``` ### Actual ```go &Object{a = 10} Object{a = 0} ```
Also on Windows using a fresh install (v1.37.4). I had to rebind most things (word jumping, etc.) to the same binds they were supposedly already bound to in order to...
In case anyone wants a temporary solution for their own projects, the latest version of the compiler includes `#+feature global-context` which you can place at the top of `status.odin` and...