Skip to content

Commit

Permalink
examples/gizmo: implement disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 30, 2024
1 parent 0ba6bb4 commit 3f3cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gizmo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func loop() {
Layout(
giu.Gizmo(view, projection).Gizmos(
gizmos()...,
),
).Disbled(true),

Check failure on line 49 in examples/gizmo/main.go

View workflow job for this annotation

GitHub Actions / Lint

giu.Gizmo(view, projection).Gizmos(gizmos()...).Disbled undefined (type *giu.GizmoWidget has no field or method Disbled) (typecheck)

Check failure on line 49 in examples/gizmo/main.go

View workflow job for this annotation

GitHub Actions / Building (ubuntu-latest)

giu.Gizmo(view, projection).Gizmos(gizmos()...).Disbled undefined (type *giu.GizmoWidget has no field or method Disbled)

Check failure on line 49 in examples/gizmo/main.go

View workflow job for this annotation

GitHub Actions / Building (windows-latest)

giu.Gizmo(view, projection).Gizmos(gizmos()...).Disbled undefined (type *giu.GizmoWidget has no field or method Disbled)

Check failure on line 49 in examples/gizmo/main.go

View workflow job for this annotation

GitHub Actions / Building (macos-latest)

giu.Gizmo(view, projection).Gizmos(gizmos()...).Disbled undefined (type *giu.GizmoWidget has no field or method Disbled)
)
}

Expand Down

0 comments on commit 3f3cae3

Please sign in to comment.