X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;fp=src%2Fwx%2Ftimecode.h;h=620782567fabf789b51523c7a2facc7c46955334;hb=b4e9d90b9d83c952563ccabc435a5d4310ee4853;hp=1e66b8d94554220fee97cb963f9917477d01ccde;hpb=d43aadb0bbb5cbdebbc5c95cb3065ed0aa49296a;p=dcpomatic.git 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 (s)); checked_set (_frames, boost::lexical_cast (f)); - _fixed->SetLabel (std_to_wx (t.timecode (fps))); + checked_set (_fixed, t.timecode (fps)); } T get (int fps) const