fix bug introduced with r1421 -- mousedefaults doesnt create a div

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1422 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-09-08 21:31:02 +00:00
parent e1878d3f65
commit 83f26a9336

View File

@@ -35,6 +35,7 @@ OpenLayers.Control.MouseToolbar.prototype =
},
draw: function() {
OpenLayers.Control.prototype.draw.apply(this, arguments);
OpenLayers.Control.MouseDefaults.prototype.draw.apply(this, arguments);
this.buttons = new Object();
var sz = new OpenLayers.Size(28,28);