Ignore:
Timestamp:
Apr 27, 2019, 2:01:50 AM (6 years ago)
Author:
ataylor
Message:

NewView 2.19.6 versioning updates & minor wrap width tweak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/RichTextLayoutUnit.pas

    r429 r430  
    389389
    390390  WrapX := FLayoutWidth
    391            - Style.LeftMargin                   // ALT
    392              * FontWidthPrecisionFactor
    393            - FRichTextSettings.Margins.Right
    394              * FontWidthPrecisionFactor;
     391           - FontWidthPrecisionFactor                       // ALT
     392           - Style.LeftMargin * FontWidthPrecisionFactor    // ALT
     393           - FRichTextSettings.Margins.Right * FontWidthPrecisionFactor;
    395394
    396395  LineWordsCompleted := 0;
Note: See TracChangeset for help on using the changeset viewer.