summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timing_panel.h')
-rw-r--r--src/wx/timing_panel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h
index 8c519bcbe..ab859a1be 100644
--- a/src/wx/timing_panel.h
+++ b/src/wx/timing_panel.h
@@ -31,12 +31,14 @@ public:
private:
void position_changed ();
- void length_changed ();
+ void full_length_changed ();
void trim_start_changed ();
void trim_end_changed ();
+ void play_length_changed ();
Timecode* _position;
- Timecode* _length;
+ Timecode* _full_length;
Timecode* _trim_start;
Timecode* _trim_end;
+ Timecode* _play_length;
};