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:
@@ -35,6 +35,7 @@ OpenLayers.Control.MouseToolbar.prototype =
|
|||||||
},
|
},
|
||||||
|
|
||||||
draw: function() {
|
draw: function() {
|
||||||
|
OpenLayers.Control.prototype.draw.apply(this, arguments);
|
||||||
OpenLayers.Control.MouseDefaults.prototype.draw.apply(this, arguments);
|
OpenLayers.Control.MouseDefaults.prototype.draw.apply(this, arguments);
|
||||||
this.buttons = new Object();
|
this.buttons = new Object();
|
||||||
var sz = new OpenLayers.Size(28,28);
|
var sz = new OpenLayers.Size(28,28);
|
||||||
|
|||||||
Reference in New Issue
Block a user