Skip to content

Implement theme variant auto-switching for Windows (#3) #335

Implement theme variant auto-switching for Windows (#3)

Implement theme variant auto-switching for Windows (#3) #335

Triggered via push July 28, 2024 00:26
Status Failure
Total duration 4m 19s
Artifacts
static_analysis
3m 18s
static_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
static_analysis: test/canvas.go#L66
cannot use c (variable of type *canvas) as fyne.Canvas value in struct literal: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L67
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
static_analysis: test/canvas.go#L76
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
static_analysis: test/canvas.go#L87
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L93
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L100
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to c.painter.Paint: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/driver.go#L58
impossible type assertion: c.(*canvas)
static_analysis: test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)