get double click time from OS (#2) #333
Annotations
20 errors
mobile_tests (1.19.x):
test/canvas.go#L66
cannot use c (variable of type *canvas) as type fyne.Canvas in struct literal:
|
mobile_tests (1.19.x):
test/canvas.go#L67
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
|
mobile_tests (1.19.x):
test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
|
mobile_tests (1.19.x):
test/canvas.go#L76
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
|
mobile_tests (1.19.x):
test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
|
mobile_tests (1.19.x):
test/canvas.go#L87
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
|
mobile_tests (1.19.x):
test/canvas.go#L93
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to scale.ToScreenCoordinate:
|
mobile_tests (1.19.x):
test/canvas.go#L100
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to c.painter.Paint:
|
mobile_tests (1.19.x):
test/driver.go#L58
impossible type assertion: c.(*canvas)
|
mobile_tests (1.19.x):
test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
|
mobile_tests (1.21.x):
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)
|
mobile_tests (1.21.x):
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)
|
mobile_tests (1.21.x):
test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
|
mobile_tests (1.21.x):
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)
|
mobile_tests (1.21.x):
test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
|
mobile_tests (1.21.x):
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)
|
mobile_tests (1.21.x):
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)
|
mobile_tests (1.21.x):
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)
|
mobile_tests (1.21.x):
test/driver.go#L58
impossible type assertion: c.(*canvas)
|
mobile_tests (1.21.x):
test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
|