diff --git a/lib/OpenLayers/Popup/AnchoredBubble.js b/lib/OpenLayers/Popup/AnchoredBubble.js index 741ebc7471..978015cd24 100644 --- a/lib/OpenLayers/Popup/AnchoredBubble.js +++ b/lib/OpenLayers/Popup/AnchoredBubble.js @@ -152,9 +152,9 @@ OpenLayers.Popup.AnchoredBubble.prototype = Rico.Corner.round(this.div, options); } else { Rico.Corner.reRound(this.contentDiv, options); - //set the popup color and opacity - this.setBackgroundColor(); - this.setOpacity(); + //set the popup color and opacity + this.setBackgroundColor(); + this.setOpacity(); } },