diff options
author | David Runge <dave@sleepmap.de> | 2016-07-03 16:30:26 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-07-03 16:30:26 +0200 |
commit | 022686f7414c58b3fba6b529380c18f6c925ef21 (patch) | |
tree | bb5aaa252cce2f7bff957e614427e9f65e49f8e2 /Bowelyzer.sc | |
parent | 92207b820a1a85d8bc39758d5301791b5b0c803a (diff) | |
download | bowelyzer-022686f7414c58b3fba6b529380c18f6c925ef21.tar.gz bowelyzer-022686f7414c58b3fba6b529380c18f6c925ef21.tar.bz2 bowelyzer-022686f7414c58b3fba6b529380c18f6c925ef21.tar.xz bowelyzer-022686f7414c58b3fba6b529380c18f6c925ef21.zip |
Bowelyzer.sc: Adding a FIXME for TextField reset on name exists.
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)); |