Changeset 89 in tmcsimulator-scriptbuilder for trunk/src/event/editor/AudioPanel.java
- Timestamp:
- 08/28/2017 01:38:15 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/AudioPanel.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/AudioPanel.java
r76 r89 28 28 /** 29 29 * Load the script event associated with this editor panel. 30 * 30 * 31 31 * @param sei The script event in question 32 32 */ … … 93 93 { 94 94 throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 95 } 96 97 @Override 98 public boolean removeAssociatedEvent() 99 { 100 event.removeThis(); 101 event = null; 102 return true; 95 103 } 96 104
Note: See TracChangeset
for help on using the changeset viewer.
