adjusted project thumbnail in "save" dialog

snap7
jmoenig 2021-05-21 15:37:03 +02:00
rodzic 5503ce568d
commit 0460a4061f
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -12,6 +12,7 @@
* 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: sceneified project notes
* gui: adjusted project thumbnail in "save" dialog
### 2021-05-20
* gui: marked projectName to be refactored and sceneified

Wyświetl plik

@ -7117,7 +7117,7 @@ ProjectDialogMorph.prototype.buildContents = function () {
this.body.add(this.preview);
if (this.task === 'save') {
thumbnail = this.ide.stage.thumbnail( // +++ get the project thumbnail
thumbnail = this.ide.scenes.at(1).stage.thumbnail(
SnapSerializer.prototype.thumbnailSize
);
this.preview.texture = null;