Ticket #4900: 4900.patch

File 4900.patch, 526 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/image/dialogs/image.js

     
    214214                                resetSize( this );
    215215
    216216                        if ( this.firstLoad )
    217                                 switchLockRatio( this, 'check' );
     217                                CKEDITOR.tools.setTimeout( function(){ switchLockRatio( this, 'check' ) }, 0, this );
    218218                        this.firstLoad = false;
    219219                        this.dontResetSize = false;
    220220                };
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy