Ticket #1586: Popup.js.patch
| File Popup.js.patch, 445 bytes (added by jpulles, 7 months ago) |
|---|
-
Popup.js
old new 298 298 } 299 299 300 300 this.moveTo(px); 301 if (!this.autoSize ) {301 if (!this.autoSize && !this.sizeAlreadySet) { 302 302 this.setSize(this.size); 303 this.sizeAlreadySet = true; 303 304 } 304 305 this.setBackgroundColor(); 305 306 this.setOpacity();
