mirror of
https://github.com/jorgevasquezp/AFX_yTools.git
synced 2026-08-16 15:30:59 +00:00
Fixed an error on a string declaration that broke the yToolMenu when addig said tool.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user