summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cc00695)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73673
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
currentPosition.y += lineHeight;
currentPosition.y += lineSpacing;
lineCount ++;
currentPosition.y += lineHeight;
currentPosition.y += lineSpacing;
lineCount ++;
+
+ // Apply paragraph styles such as alignment to the wrapped line
+ ApplyParagraphStyle(line, attr, availableRect, dc);
}
// Remove remaining unused line objects, if any
}
// Remove remaining unused line objects, if any