move event polling back to 60 fps on arm Mac #348
Annotations
10 errors
test/canvas.go#L66
cannot use c (variable of type *canvas) as type fyne.Canvas in struct literal:
|
test/canvas.go#L67
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
|
test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
|
test/canvas.go#L76
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
|
test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
|
test/canvas.go#L87
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
|
test/canvas.go#L93
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to scale.ToScreenCoordinate:
|
test/canvas.go#L100
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to c.painter.Paint:
|
test/driver.go#L58
impossible type assertion: c.(*canvas)
|
test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
|
This job failed
Loading