Skip to content

Commit

Permalink
Refresh map and zoom display after settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis committed Jun 20, 2012
1 parent 9717ea2 commit 855b4f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/map/views/Map.bones
Expand Up @@ -102,6 +102,9 @@ view.prototype.attach = function() {
} else {
$(this.map.controls.legend.element()).remove();
}

this.map.draw();
this.mapZoom();
};

// Hook in to project view with an augment.
Expand Down

0 comments on commit 855b4f7

Please sign in to comment.