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

    r1415 r1532  
    8282                try {
    8383                        // Creating frameset that is used to hold any generated link graphs
    84                         FrameIO.CreateNewFrameset(resultsFramesetName);
     84                        FrameIO.CreateNewFrameset(resultsFramesetName, null);
    8585                } catch (Exception e2) {
    8686                        // frameset already exists
Note: See TracChangeset for help on using the changeset viewer.