diff --git a/html/js/guiutils/Tools.js b/html/js/guiutils/Tools.js
index 760e868..a0b2c8e 100644
--- a/html/js/guiutils/Tools.js
+++ b/html/js/guiutils/Tools.js
@@ -30,6 +30,8 @@ GTE.UI = (function (parentModule) {
// Create a node and draw it
GTE.tree.draw();
this.switchMode(GTE.MODES.ADD);
+
+ this.isetToolsRan = false;
};
/**