diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-21 02:32:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-21 02:32:54 +0100 |
| commit | c4d93c8f1d22124dd51b34655d8dc59687f2b9e3 (patch) | |
| tree | 42441aeea97866ced50cbeeb6734b91413f5fa9e /src/wx/content_timeline_dialog.cc | |
| parent | 0de22230138c3cda3aa3d824f87eb5d806e595fc (diff) | |
Always resize timeline content when changing the window size.
This is probably still quite annoying, as you can zoom to a particular
place, change the window size, and your zoom is gone. But I think it's
still preferably to the previous.
Diffstat (limited to 'src/wx/content_timeline_dialog.cc')
| -rw-r--r-- | src/wx/content_timeline_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_timeline_dialog.cc b/src/wx/content_timeline_dialog.cc index 4d1bbb1d4..4860922b6 100644 --- a/src/wx/content_timeline_dialog.cc +++ b/src/wx/content_timeline_dialog.cc @@ -59,7 +59,7 @@ ContentTimelineDialog::ContentTimelineDialog(ContentPanel* cp, shared_ptr<Film> #endif ) , _film (film) - , _timeline (this, cp, film, viewer) + , _timeline(this, film, viewer) { auto sizer = new wxBoxSizer (wxVERTICAL); |
