From 5b615ebf5cfc4f6aa6c5930dcc7ec7e211e883df Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 1 Mar 2015 15:57:28 +0100 Subject: don't hide the markers on map resize --- gui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 13d2071..7c4315c 100644 --- a/gui.js +++ b/gui.js @@ -241,9 +241,6 @@ IDE_Morph.prototype.init = function (isAutoFill) { this.loadNewProject = false; // flag when starting up translated this.shield = null; - // initialize inherited properties: - IDE_Morph.uber.init.call(this); - // Snap! YOW // set initial sprite position after the map has loaded // The map center is set at the same time as 'geoposition' @@ -260,6 +257,9 @@ IDE_Morph.prototype.init = function (isAutoFill) { window.map.getCenter().lat); } + // initialize inherited properties: + IDE_Morph.uber.init.call(this); + // override inherited properites: this.color = this.backgroundColor; }; -- cgit v1.3.1