kopia lustrzana https://github.com/backface/turtlestitch
clear preview contents while loading project thumbnail
rodzic
55d70380ac
commit
71aa10ea39
2
gui.js
2
gui.js
|
@ -6120,6 +6120,8 @@ ProjectDialogMorph.prototype.installCloudProjectList = function (pl) {
|
||||||
myself.notesText.text = item.notes || '';
|
myself.notesText.text = item.notes || '';
|
||||||
myself.notesText.drawNew();
|
myself.notesText.drawNew();
|
||||||
myself.notesField.contents.adjustBounds();
|
myself.notesField.contents.adjustBounds();
|
||||||
|
myself.preview.texture = '';
|
||||||
|
myself.preview.drawNew();
|
||||||
// we ask for the thumbnail when selecting a project
|
// we ask for the thumbnail when selecting a project
|
||||||
SnapCloud.getThumbnail(
|
SnapCloud.getThumbnail(
|
||||||
null, // username is implicit
|
null, // username is implicit
|
||||||
|
|
Ładowanie…
Reference in New Issue