kopia lustrzana https://github.com/backface/turtlestitch
fixed scripts pane texture display in flat design non-retina mode
rodzic
44c2da770d
commit
4d5a738ed2
|
|
@ -2254,7 +2254,9 @@ IDE_Morph.prototype.toggleRetina = function () {
|
|||
enableRetinaSupport();
|
||||
}
|
||||
this.world().fillPage();
|
||||
IDE_Morph.prototype.scriptsPaneTexture = this.scriptsTexture();
|
||||
if (!MorphicPreferences.isFlat) {
|
||||
IDE_Morph.prototype.scriptsPaneTexture = this.scriptsTexture();
|
||||
}
|
||||
this.stage.clearPenTrails();
|
||||
this.refreshIDE();
|
||||
};
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue