Changeset 130 in tmcsimulator-scriptbuilder for trunk/src/event/editor/TelephonePanel.java


Ignore:
Timestamp:
10/23/2017 08:58:34 AM (9 years ago)
Author:
bmcguffin
Message:

Changed implementation of save function for event editor panels. Instead of updating their model objects whenever the enter key is pressed, panels are now notified when the window is closed and update their information then.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/TelephonePanel.java

    r92 r130  
    114114        event = null; 
    115115        return true; 
     116    } 
     117 
     118    @Override 
     119    public void uponClose() 
     120    { 
     121        //No change is necessary here; this panel saves its state continually 
    116122    } 
    117123 
Note: See TracChangeset for help on using the changeset viewer.