We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d13923 commit e13486dCopy full SHA for e13486d
source/funkin/editors/charter/Charter.hx
@@ -1286,7 +1286,7 @@ class Charter extends UIState {
1286
strumlineAddButton.y = strumlineInfoBG.y;
1287
strumlineLockButton.y = strumlineInfoBG.y;
1288
1289
- strumlineLockButton.text.visible = strumlineLockButton.button.selectable = strumlineLockButton.button.visible = (strumLines.members.length != 0) ? true : false;
+ strumlineLockButton.text.visible = strumlineLockButton.button.selectable = strumlineLockButton.button.visible = strumLines.members.length > 0;
1290
}
1291
1292
var zoom(default, set):Float = 0;
0 commit comments