Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more deflickering.
[dcpomatic.git] / src / wx / timecode.h
index 1e66b8d94554220fee97cb963f9917477d01ccde..620782567fabf789b51523c7a2facc7c46955334 100644 (file)
@@ -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