Skip to content

Commit

Permalink
additional params in screen.removeComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 18, 2024
1 parent d070ec0 commit 9661fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/backend/ScreenImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ScreenImpl extends ScreenBase {
return component;
}

public override function removeComponent(component:Component, dispose:Bool = true):Component {
public override function removeComponent(component:Component, dispose:Bool = true, invalidate:Bool = true):Component {
rootComponents.remove(component);
container.removeChild(component);
return component;
Expand Down

0 comments on commit 9661fd7

Please sign in to comment.