Wrong display of tables

    • Offizieller Beitrag

    WPTools 5 supports automatic column widths for table columns.
    But this can cause an unexpected display of tables.

    So we suggest to switch the feature off:

    WPRichText.FormatOptions := WPRichText.FormatOptions + [wpDisableAutosizeTables];

    If you click right on a TWPRichText object you will see the QuickConfigure context menu item. Please check this out as well.

    Julian Ziersch