kopia lustrzana https://github.com/backface/turtlestitch
adjusted project thumbnail in "save" dialog
rodzic
5503ce568d
commit
0460a4061f
|
@ -12,6 +12,7 @@
|
||||||
* gui, scenes, store: proxied thumbnail, name and notes in project, restored in XML
|
* gui, scenes, store: proxied thumbnail, name and notes in project, restored in XML
|
||||||
* gui: distinguished project name from scene names, removed hidden "export as plain text" option
|
* gui: distinguished project name from scene names, removed hidden "export as plain text" option
|
||||||
* gui: sceneified project notes
|
* gui: sceneified project notes
|
||||||
|
* gui: adjusted project thumbnail in "save" dialog
|
||||||
|
|
||||||
### 2021-05-20
|
### 2021-05-20
|
||||||
* gui: marked projectName to be refactored and sceneified
|
* gui: marked projectName to be refactored and sceneified
|
||||||
|
|
|
@ -7117,7 +7117,7 @@ ProjectDialogMorph.prototype.buildContents = function () {
|
||||||
|
|
||||||
this.body.add(this.preview);
|
this.body.add(this.preview);
|
||||||
if (this.task === 'save') {
|
if (this.task === 'save') {
|
||||||
thumbnail = this.ide.stage.thumbnail( // +++ get the project thumbnail
|
thumbnail = this.ide.scenes.at(1).stage.thumbnail(
|
||||||
SnapSerializer.prototype.thumbnailSize
|
SnapSerializer.prototype.thumbnailSize
|
||||||
);
|
);
|
||||||
this.preview.texture = null;
|
this.preview.texture = null;
|
||||||
|
|
Ładowanie…
Reference in New Issue