Skip to content

Commit

Permalink
update flxbutton label position on status change (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-Miles authored Aug 15, 2024
1 parent efc0b00 commit 7acac91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flixel/ui/FlxButton.hx
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ class FlxTypedButton<T:FlxSprite> extends FlxSprite implements IFlxInput
{
status = value;
updateLabelAlpha();
updateLabelPosition();
return status;
}

Expand Down

0 comments on commit 7acac91

Please sign in to comment.