Ticket #4900: 4900.patch
File 4900.patch, 526 bytes (added by , 13 years ago) |
---|
-
_source/plugins/image/dialogs/image.js
214 214 resetSize( this ); 215 215 216 216 if ( this.firstLoad ) 217 switchLockRatio( this, 'check');217 CKEDITOR.tools.setTimeout( function(){ switchLockRatio( this, 'check' ) }, 0, this ); 218 218 this.firstLoad = false; 219 219 this.dontResetSize = false; 220 220 };