GUI: order lock button...

This commit is contained in:
tildearrow 2025-07-16 05:07:22 -05:00
parent 1a68d0efe7
commit 203cb04758
6 changed files with 64 additions and 6 deletions

View file

@ -7404,6 +7404,13 @@ bool FurnaceGUI::loop() {
// to already have been made.
checkRecordInstrumentUndoStep();
// the following code handles order lock (if it is enabled).
if (orderLock) {
cursor.order=curOrder;
selStart.order=curOrder;
selEnd.order=curOrder;
}
if (shallDetectScale) {
if (--shallDetectScale<1) {
if (settings.dpiScale<0.5f) {