v0.7.4: corrected errors caused by redone button code

This commit is contained in:
Evan Debenham 2019-07-12 17:07:58 -04:00
parent 858067baf5
commit 0534c6010c

View File

@ -45,7 +45,7 @@ public class StyledButton extends Button {
super();
bg = Chrome.get( type );
add( bg );
addToBack( bg );
text = PixelScene.renderText( size );
text.text( label );