Skip to content

don't include hoverable objects as potential mouse click event targets #341

don't include hoverable objects as potential mouse click event targets

don't include hoverable objects as potential mouse click event targets #341

Triggered via push August 5, 2024 14:47
Status Failure
Total duration 3m 19s
Artifacts
static_analysis
3m 9s
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)