mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
apps: update to renamed ColorOp.Color field
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -177,7 +177,7 @@ func init() {
|
||||
|
||||
func colorMaterial(ops *ui.Ops, color color.RGBA) ui.BlockOp {
|
||||
ops.Begin()
|
||||
gdraw.ColorOp{Col: color}.Add(ops)
|
||||
gdraw.ColorOp{Color: color}.Add(ops)
|
||||
return ops.End()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user