mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
a7afa4d6d1
For some reason, widget.Editor had a Seek method that ignored the supplied offset and always seeked to offset zero. This made it impossible to use it like any other io.Seeker. This commit simply honors the requested offset. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>