summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timing_panel.cc')
-rw-r--r--src/wx/timing_panel.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc
index ee62797e3..313543d2d 100644
--- a/src/wx/timing_panel.cc
+++ b/src/wx/timing_panel.cc
@@ -24,6 +24,7 @@
#include "timecode.h"
#include "film_editor.h"
+using std::cout;
using boost::shared_ptr;
using boost::dynamic_pointer_cast;
@@ -60,6 +61,8 @@ TimingPanel::film_content_changed (shared_ptr<Content> content, int property)
_length->set (0, 24);
}
}
+
+ _length->set_editable (dynamic_pointer_cast<StillImageContent> (content));
}
void