tiny bug fix
This commit is contained in:
parent
8b51bd6b68
commit
29f3ccf3d1
|
@ -524,10 +524,10 @@ OpenJsCad.Processor.prototype = {
|
|||
if(this.hasstl)
|
||||
{
|
||||
this.hasstl = false;
|
||||
if(that.stlDirEntry)
|
||||
if(this.stlDirEntry)
|
||||
{
|
||||
that.stlDirEntry.removeRecursively();
|
||||
that.stlDirEntry=null;
|
||||
this.stlDirEntry.removeRecursively();
|
||||
this.stlDirEntry=null;
|
||||
}
|
||||
this.enableItems();
|
||||
if(this.onchange) this.onchange();
|
||||
|
|
Loading…
Reference in a new issue