diff options
Diffstat (limited to 'Bowelyzer.sc')
-rw-r--r-- | Bowelyzer.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bowelyzer.sc b/Bowelyzer.sc index 450296c..cafaf00 100644 --- a/Bowelyzer.sc +++ b/Bowelyzer.sc @@ -61,6 +61,7 @@ Bowelyzer{ switch(type, \name,{ //if the name exists and the new name is not empty, change it + //FIXME: check whether new name exists and only setup then, else reset the textfield if(update != "",{ //move the controls config.config.at(\controls).put(update.asSymbol, config.config.at(\controls).at(name)); |