From 022686f7414c58b3fba6b529380c18f6c925ef21 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Jul 2016 16:30:26 +0200 Subject: Bowelyzer.sc: Adding a FIXME for TextField reset on name exists. --- Bowelyzer.sc | 1 + 1 file changed, 1 insertion(+) 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)); -- cgit v1.2.3-54-g00ecf