Merge pull request #191 from nathan/save-on-cleanup

Trigger a save when scripts are cleaned up
This commit is contained in:
Shane M. Clements 2014-05-14 13:28:35 -06:00
commit 2512a14c3d

View file

@ -483,6 +483,7 @@ return true; // xxx disable this check for now; it was causing confusion at Scra
}
nextX += columnWidths[i] + pad;
}
saveScripts();
}
private function stacksSortedByX():Array {