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/importer/pdfImporter.java

    r1441 r1532  
    7272                try
    7373                {
    74                         frameset = FrameIO.CreateNewFrameset(name);
     74                        frameset = FrameIO.CreateNewFrameset(name, null);
    7575                }
    7676                catch(Exception e)
Note: See TracChangeset for help on using the changeset viewer.