diff options
| author | jmoenig <jens@moenig.org> | 2013-04-08 14:44:51 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-04-08 14:44:51 +0200 |
| commit | a39f4fbffcc5503412dcf7f0b309715918323ba9 (patch) | |
| tree | 3077aa9c82f150e43bf51a72093896e8a2c577a3 /gui.js | |
| parent | 6ea1d707aa10fe45286b7d3d065ca06582f577a3 (diff) | |
| download | snap-yow-a39f4fbffcc5503412dcf7f0b309715918323ba9.tar.gz snap-yow-a39f4fbffcc5503412dcf7f0b309715918323ba9.zip | |
Fix: switch to edit mode and tab to scripts when loading a project
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2324,6 +2324,8 @@ IDE_Morph.prototype.openProjectString = function (str) { }; IDE_Morph.prototype.rawOpenProjectString = function (str) { + this.toggleAppMode(false); + this.spriteBar.tabBar.tabTo('scripts'); if (Process.prototype.isCatchingErrors) { try { this.serializer.openProject(this.serializer.load(str), this); |
