Skip to content

Commit 7acac91

Browse files
authored
update flxbutton label position on status change (#3232)
1 parent efc0b00 commit 7acac91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flixel/ui/FlxButton.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ class FlxTypedButton<T:FlxSprite> extends FlxSprite implements IFlxInput
615615
{
616616
status = value;
617617
updateLabelAlpha();
618+
updateLabelPosition();
618619
return status;
619620
}
620621

0 commit comments

Comments
 (0)