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 7f69f7c commit c61001b
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 @@ -43,7 +43,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 {
if (dispose == true) {
component.window.destroy();
}
Expand Down

0 comments on commit c61001b

Please sign in to comment.