GUI: order lock button...
This commit is contained in:
parent
1a68d0efe7
commit
203cb04758
6 changed files with 64 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue