Skip to content

Commit

Permalink
fixed that one checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Dec 23, 2024
1 parent 0ad6147 commit f540eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ var ratingInput:FlxUINumericStepper;
exportMetadataBtn = new FlxButton(20,200,"Export",onMetadataSaveClick.bind());
characterName = new FlxUIInputText(180,70,100,"",8);
albumName = new FlxUIInputText(180,120,100,"",8);
chk_allowNew = new FlxUICheckBox(180,30,null,false,"Show \"new\" tag");
chk_allowNew = new FlxUICheckBox(180,30,null,null,"Show \"new\" tag");
txt_altInstSong = new FlxUIInputText(20,160,250,"",8);

tab_group.add(new FlxText(ratingInput.x, ratingInput.y - 15, 80, 'Rating:'));
Expand Down

0 comments on commit f540eb5

Please sign in to comment.