GUI: add setting to make osc escape bounds
This commit is contained in:
parent
f8d851cbc2
commit
49943aba76
3 changed files with 20 additions and 3 deletions
|
|
@ -922,6 +922,7 @@ class FurnaceGUI {
|
|||
int oscRoundedCorners;
|
||||
int oscTakesEntireWindow;
|
||||
int oscBorder;
|
||||
int oscEscapesBoundary;
|
||||
int separateFMColors;
|
||||
int insEditColorize;
|
||||
int metroVol;
|
||||
|
|
@ -1012,6 +1013,7 @@ class FurnaceGUI {
|
|||
oscRoundedCorners(1),
|
||||
oscTakesEntireWindow(0),
|
||||
oscBorder(1),
|
||||
oscEscapesBoundary(0),
|
||||
separateFMColors(0),
|
||||
insEditColorize(0),
|
||||
metroVol(100),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue