Ticket #6491: 6491.patch

File 6491.patch, 699 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/image/dialogs/image.js

     
    224224                        if ( !this.dontResetSize )
    225225                                resetSize( this );
    226226
    227                         if ( this.firstLoad )
    228                                 CKEDITOR.tools.setTimeout( function(){ switchLockRatio( this, 'check' ); }, 0, this );
    229 
    230                         this.firstLoad = false;
    231227                        this.dontResetSize = false;
    232228                };
    233229
     
    276272
    277273                                this.lockRatio = true;
    278274                                this.dontResetSize = false;
    279                                 this.firstLoad = true;
    280275                                this.addLink = false;
    281276
    282277                                var editor = this.getParentEditor(),
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy