v0.7.4: corrected errors caused by redone button code
This commit is contained in:
parent
858067baf5
commit
0534c6010c
|
@ -45,7 +45,7 @@ public class StyledButton extends Button {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
bg = Chrome.get( type );
|
bg = Chrome.get( type );
|
||||||
add( bg );
|
addToBack( bg );
|
||||||
|
|
||||||
text = PixelScene.renderText( size );
|
text = PixelScene.renderText( size );
|
||||||
text.text( label );
|
text.text( label );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user