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/agents/CopyTree.java

    r1415 r1532  
    5656                        // get the last used frame in the destination frameset
    5757                        _lastNumber = FrameIO.getLastNumber(_nameTo);
    58                         Frame one = FrameIO.CreateFrameset(_nameTo, init.getPath());
     58                        Frame one = FrameIO.CreateFrameset(_nameTo, init.getPath(), null);
    5959
    6060                        _framePath = one.getPath();
Note: See TracChangeset for help on using the changeset viewer.