Ticket #1325: Panel.js.2.diff
| File Panel.js.2.diff, 0.7 kB (added by sbenthall, 7 months ago) |
|---|
-
Panel.js
old new 126 126 if (!this.active) { return false; } 127 127 if (control.type == OpenLayers.Control.TYPE_BUTTON) { 128 128 control.trigger(); 129 this.redraw(); 129 130 return; 130 131 } 131 132 if (control.type == OpenLayers.Control.TYPE_TOGGLE) { … … 134 135 } else { 135 136 control.activate(); 136 137 } 138 this.redraw(); 137 139 return; 138 140 } 139 141 for (var i = 0; i < this.controls.length; i++) {
