Changeset 6628
- Timestamp:
- 03/26/08 22:06:40 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup.js
r6625 r6628 530 530 this.contentDiv, "overflow" 531 531 ); 532 if ( (currentOverflow == "auto") &&532 if ( (currentOverflow != "hidden") && 533 533 (clippedSize.equals(safeSize)) ) { 534 534 var scrollBar = OpenLayers.Util.getScrollbarWidth();
