Changeset 1935
- Timestamp:
- 11/19/06 20:11:21 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
r1721 r1935 71 71 72 72 this.contentDiv.style.height = contentSize.h + "px"; 73 this.contentDiv.style.width = contentSize.w + "px"; 73 74 74 //size has changed - must redo corners 75 this.setRicoCorners(!this.rounded); 76 this.rounded = true; 75 if (this.map) { 76 //size has changed - must redo corners 77 this.setRicoCorners(!this.rounded); 78 this.rounded = true; 79 } 77 80 } 78 81 },
