diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-02 23:52:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-02 23:52:01 +0100 |
| commit | a6e27693613a72a36602d2abc45d71db4b6d096a (patch) | |
| tree | 0645edb1b512d7ac8983a8e3660d3718ec679b45 /src/wx/timeline.h | |
| parent | 7db851ca8f8fff73dd2d9feb3529c357271a0ce4 (diff) | |
Scroll labels view with zoom.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 6df44372b..1b75f7ab2 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -104,7 +104,7 @@ private: ContentList selected_content () const; void maybe_snap (DCPTime a, DCPTime b, boost::optional<DCPTime>& nearest_distance) const; - wxPanel* _labels_panel; + wxScrolledCanvas* _labels_canvas; wxScrolledCanvas* _main_canvas; ContentPanel* _content_panel; boost::weak_ptr<Film> _film; |
