From c257dde2b276dd4cb416faf63fd50c0ff1ace953 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jul 2018 23:39:36 +0100 Subject: Fix time axis view length. --- src/wx/timeline.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/wx/timeline.h') diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 503025f3c..1ec633085 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -44,9 +44,7 @@ public: void force_redraw (dcpomatic::Rect const &); - int width () const { - return GetVirtualSize().GetWidth (); - } + int width () const; int track_height () const { return _track_height; -- cgit v1.2.3