Fixed an error on a string declaration that broke the yToolMenu when addig said tool.

This commit is contained in:
Jorge Vásquez Pérez
2017-04-13 18:03:59 -07:00
parent df23e7403f
commit 81ae9c5398
6 changed files with 961 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ YTB =
//alert( aTool.info.name );
this.tools.push( aTool );
//alert( aTool.btnLauyout );
var btn = this.window.grp.main.add( aTool.btnLauyout );
btn.onClick = aTool.activate;