kopia lustrzana https://github.com/backface/turtlestitch
Fix: switch to edit mode and tab to scripts when loading a project
rodzic
6ea1d707aa
commit
a39f4fbffc
2
gui.js
2
gui.js
|
@ -2324,6 +2324,8 @@ IDE_Morph.prototype.openProjectString = function (str) {
|
||||||
};
|
};
|
||||||
|
|
||||||
IDE_Morph.prototype.rawOpenProjectString = function (str) {
|
IDE_Morph.prototype.rawOpenProjectString = function (str) {
|
||||||
|
this.toggleAppMode(false);
|
||||||
|
this.spriteBar.tabBar.tabTo('scripts');
|
||||||
if (Process.prototype.isCatchingErrors) {
|
if (Process.prototype.isCatchingErrors) {
|
||||||
try {
|
try {
|
||||||
this.serializer.openProject(this.serializer.load(str), this);
|
this.serializer.openProject(this.serializer.load(str), this);
|
||||||
|
|
|
@ -1595,3 +1595,4 @@ ______
|
||||||
* Cloud, GUI: Sharing / Unsharing projects finalization
|
* Cloud, GUI: Sharing / Unsharing projects finalization
|
||||||
* Lists: Adjust initial list watcher size to blocks' zoom scale
|
* Lists: Adjust initial list watcher size to blocks' zoom scale
|
||||||
* Portuguese and Italian translations update, thanks, Manuel and Stefano!
|
* Portuguese and Italian translations update, thanks, Manuel and Stefano!
|
||||||
|
* GUI fix: switch to edit mode and tab to scripts when loading a project
|
||||||
|
|
Ładowanie…
Reference in New Issue