Ticket #4678: 4678.patch

File 4678.patch, 552 bytes (added by Alfonso Martínez de Lizarrondo, 14 years ago)

Proposed patch

  • _source/plugins/table/dialogs/table.js

     
    380380                                                                                                                var widthMatch = widthPattern.exec( selectedTable.$.style.width );
    381381                                                                                                                if ( widthMatch )
    382382                                                                                                                        this.setValue( widthMatch[1] );
     383                                                                                                                else
     384                                                                                                                        this.setValue( '' );
    383385                                                                                                        },
    384386                                                                                                        commit : commitValue
    385387                                                                                                },
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy