Skip to content

Commit

Permalink
"show" param should be "disable"
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 28, 2024
1 parent e825a57 commit 1987533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/backend/ComponentBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ class ComponentBase extends ComponentSurface implements IClonable<ComponentBase>
}

@:dox(group = "Backend")
private function handleDisabled(show:Bool) {
private function handleDisabled(disable:Bool) {
}

@:dox(group = "Backend")
Expand Down

0 comments on commit 1987533

Please sign in to comment.