reduce background CPU #265
Annotations
10 errors
static_analysis:
test/test.go#L154
impossible type assertion: c.(*testCanvas)
|
static_analysis:
test/test.go#L163
impossible type assertion: c.(*testCanvas)
|
static_analysis:
test/test.go#L184
impossible type assertion: c.(*testCanvas)
|
static_analysis:
test/testcanvas.go#L66
cannot use c (variable of type *testCanvas) as fyne.Canvas value in struct literal: *testCanvas does not implement fyne.Canvas (missing method SetOnMouseBack)
|
static_analysis:
test/testcanvas.go#L67
cannot use c (variable of type *testCanvas) as WindowlessCanvas value in return statement: *testCanvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
|
static_analysis:
test/testcanvas.go#L73
impossible type assertion: NewCanvas().(*testCanvas)
|
static_analysis:
test/testcanvas.go#L76
cannot use canvas (variable of type *testCanvas) as WindowlessCanvas value in return statement: *testCanvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
|
static_analysis:
test/testcanvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*testCanvas)
|
static_analysis:
test/testcanvas.go#L87
cannot use canvas (variable of type *testCanvas) as WindowlessCanvas value in return statement: *testCanvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
|
static_analysis:
test/testcanvas.go#L93
cannot use c (variable of type *testCanvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *testCanvas does not implement fyne.Canvas (missing method SetOnMouseBack)
|