example,cmd: bump gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-06-09 23:03:36 +02:00
parent d1ea9339d5
commit 81a84d874b
11 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ func (a *App) run() error {
}
}
case system.FrameEvent:
gtx := layout.NewContext(&ops, e.Queue, e.Config, e.Size)
gtx := layout.NewContext(&ops, e)
a.ui.Layout(gtx)
e.Frame(gtx.Ops)
}