diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-29 22:10:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-29 22:10:50 +0100 |
| commit | b4e9d90b9d83c952563ccabc435a5d4310ee4853 (patch) | |
| tree | 2eddd6bab831528fce9c93a57f09ae61a44fe69a /src/wx/timecode.h | |
| parent | d43aadb0bbb5cbdebbc5c95cb3065ed0aa49296a (diff) | |
Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more deflickering.
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 1e66b8d94..620782567 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -76,7 +76,7 @@ public: checked_set (_seconds, boost::lexical_cast<std::string> (s)); checked_set (_frames, boost::lexical_cast<std::string> (f)); - _fixed->SetLabel (std_to_wx (t.timecode (fps))); + checked_set (_fixed, t.timecode (fps)); } T get (int fps) const |
