aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-07-03 16:30:26 +0200
committerDavid Runge <dave@sleepmap.de>2016-07-03 16:30:26 +0200
commit022686f7414c58b3fba6b529380c18f6c925ef21 (patch)
treebb5aaa252cce2f7bff957e614427e9f65e49f8e2
parent92207b820a1a85d8bc39758d5301791b5b0c803a (diff)
downloadbowelyzer-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.
-rw-r--r--Bowelyzer.sc1
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));