From b4e9d90b9d83c952563ccabc435a5d4310ee4853 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 Apr 2015 22:10:50 +0100 Subject: Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more deflickering. --- src/wx/timecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/timecode.h') 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 -- cgit v1.2.3