apps: update to newest gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-15 19:17:14 +02:00
parent 667670f9c6
commit a8aa1a9c7e
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ func loop(w *app.Window) error {
return e.Err
case app.DrawEvent:
cfg = e.Config
cs := layout.ExactConstraints(e.Size)
cs := layout.RigidConstraints(e.Size)
ops.Reset()
ops.Begin()
draw.ColorOp{Color: maroon}.Add(ops)