apps: update gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-02 15:36:36 +02:00
parent e031308172
commit 1673600ac6
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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)