apps/gophers: update gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-01 19:00:30 +02:00
parent 73b1e64209
commit 10792f0a00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module gioui.org/apps
go 1.12
require (
gioui.org/ui v0.0.0-20190801132714-cb312c8d3219
gioui.org/ui v0.0.0-20190801165649-73b1e642098c
github.com/google/go-github/v24 v24.0.1
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
+1 -1
View File
@@ -363,7 +363,7 @@ func (a *App) face(f *sfnt.Font, size float32) text.Face {
}
func (a *App) layoutTimings(c ui.Config, q input.Queue, ops *ui.Ops, cs layout.Constraints) layout.Dimens {
for _, e := range q.Events(a) {
for e, ok := q.Next(a); ok; e, ok = q.Next(a) {
if e, ok := e.(system.ProfileEvent); ok {
a.profile = e
}