OpenLayers OpenLayers

Ticket #1586: Popup.js.patch

File Popup.js.patch, 445 bytes (added by jpulles, 7 months ago)
  • Popup.js

    old new  
    298298        } 
    299299 
    300300        this.moveTo(px); 
    301         if (!this.autoSize) { 
     301        if (!this.autoSize && !this.sizeAlreadySet) { 
    302302            this.setSize(this.size); 
     303            this.sizeAlreadySet = true; 
    303304        } 
    304305        this.setBackgroundColor(); 
    305306        this.setOpacity();