Ticket #726: Panel.js.4.diff
| File Panel.js.4.diff, 0.7 kB (added by ahocevar, 1 year ago) |
|---|
-
/mnt/d/eclipse/workspace/openlayers/lib/OpenLayers/Control/Panel.js
old new 116 116 if (this.controls[i] == control) { 117 117 control.activate(); 118 118 } else { 119 this.controls[i].deactivate(); 119 if (this.controls[i].type != OpenLayers.Control.TYPE_TOGGLE) { 120 this.controls[i].deactivate(); 121 } 120 122 } 121 123 } 122 124 this.redraw();
