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/ChangeColourGestureData.java

    r1097 r1532  
    88        public ChangeColourGestureData(boolean setTransparent, boolean setSecondaryColour)
    99        {
    10                 super();
     10                super(false);
    1111                _setTransparent = setTransparent;
    1212                _setSecondaryColour = setSecondaryColour;
Note: See TracChangeset for help on using the changeset viewer.