example,cmd: bump gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-07-09 18:06:56 +02:00
parent d572aa23ac
commit 5a6ad65b85
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ func (c *clipCircle) Layout(gtx layout.Context, w layout.Widget) layout.Dimensio
szf := float32(max)
rr := szf * .5
defer op.Push(gtx.Ops).Pop()
clip.Rect{
clip.RRect{
Rect: f32.Rectangle{Max: f32.Point{X: szf, Y: szf}},
NE: rr, NW: rr, SE: rr, SW: rr,
}.Add(gtx.Ops)