mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
apps: update gio version
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ func loop(w *app.Window) error {
|
||||
case app.DestroyEvent:
|
||||
return e.Err
|
||||
case app.UpdateEvent:
|
||||
c.Reset(&e.Config, layout.RigidConstraints(e.Size))
|
||||
c.Reset(&e.Config, e.Size)
|
||||
faces.Reset(c.Config)
|
||||
var material op.MacroOp
|
||||
material.Record(c.Ops)
|
||||
|
||||
Reference in New Issue
Block a user