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/actions/Simple.java

    r1415 r1532  
    21872187                                try {
    21882188                                        FrameIO.CreateFrameset(freshCopy.getFramesetName(),
    2189                                                         frameToCopy.getPath());
     2189                                                        frameToCopy.getPath(), null);
    21902190                                        nextNumber = 1;
    21912191                                } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.