Ignore:
Timestamp:
08/31/20 16:26:59 (4 years ago)
Author:
bnemhaus
Message:

New feature: when creating a frameset, if the item being used is linked and you hold shift, it will use the items on the linked frame to populate the zero frame of the new frameset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/gesture/data/JustifyGestureData.java

    r1097 r1532  
    1111        public JustifyGestureData(boolean resetWidth)
    1212        {
    13                 super();
     13                super(false);
    1414                _frame = DisplayController.getCurrentFrame();
    1515                _resetWidth = resetWidth;
     
    1818        public JustifyGestureData(Frame frame, boolean resetWidth)
    1919        {
    20                 super();
     20                super(false);
    2121                _frame = frame;
    2222                _resetWidth = resetWidth;
Note: See TracChangeset for help on using the changeset viewer.