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/simple/Context.java

    r919 r1532  
    275275                        // Get the values to be set
    276276                        framesetName = primitives_.getStringValue(framesetNameVar);
    277                         Frame firstFrame = FrameIO.CreateNewFrameset(framesetName);
     277                        Frame firstFrame = FrameIO.CreateNewFrameset(framesetName, null);
    278278                        success = firstFrame != null;
    279279                } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.