Changeset 1145 for trunk


Ignore:
Timestamp:
09/18/18 12:05:55 (6 years ago)
Author:
bln4
Message:

org.expeditee.gio.TextLayoutManager ->

Clone the origin point so that it cannot be altered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/TextLayoutManager.java

    r1142 r1145  
    1717        public List<TextLayout> layoutStringRelative(String string, Font font, int widthLimit, int lineSpacing, boolean dontBreakWords, boolean fullJustify)
    1818        {
     19                //
    1920                return layoutString(string, font, Point.ORIGIN.clone(), null, widthLimit, lineSpacing, dontBreakWords, fullJustify);
    2021        }
Note: See TracChangeset for help on using the changeset viewer.