Changeset 430 for trunk/Components/RichTextLayoutUnit.pas
- Timestamp:
- Apr 27, 2019, 2:01:50 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/RichTextLayoutUnit.pas
r429 r430 389 389 390 390 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; 395 394 396 395 LineWordsCompleted := 0;
Note:
See TracChangeset
for help on using the changeset viewer.