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/stats/StatsLogger.java

    r1274 r1532  
    7979                                Frame statsFrame = null;
    8080                                if (FrameIO.LoadFrame(statsFrameset + "0") == null) {
    81                                         statsFrame = FrameIO.CreateNewFrameset(statsFrameset);
     81                                        statsFrame = FrameIO.CreateNewFrameset(statsFrameset, null);
    8282                                        statsFrame.setTitle(Formatter.getDateTime());
    8383                                } else {
Note: See TracChangeset for help on using the changeset viewer.