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

    r1415 r1532  
    213213            errorFrame = FrameIO.CreateFrame(ERROR_FRAMESET, title, null);
    214214        } else {
    215             errorFrame = FrameIO.CreateFrameset(ERROR_FRAMESET, FrameIO.FRAME_PATH);
     215            errorFrame = FrameIO.CreateFrameset(ERROR_FRAMESET, FrameIO.FRAME_PATH, null);
    216216            errorFrame.setTitle(title);
    217217        }
Note: See TracChangeset for help on using the changeset viewer.