mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 00:45:35 +00:00
apps: update to newest gio version
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user