summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-21 02:32:48 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-21 02:32:54 +0100
commitc4d93c8f1d22124dd51b34655d8dc59687f2b9e3 (patch)
tree42441aeea97866ced50cbeeb6734b91413f5fa9e /src/wx/content_timeline.h
parent0de22230138c3cda3aa3d824f87eb5d806e595fc (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.h')
-rw-r--r--src/wx/content_timeline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/content_timeline.h b/src/wx/content_timeline.h
index 2653701b9..af9a70173 100644
--- a/src/wx/content_timeline.h
+++ b/src/wx/content_timeline.h
@@ -139,7 +139,6 @@ private:
int _x_scroll_rate;
int _y_scroll_rate;
int _pixels_per_track;
- bool _first_resize;
wxTimer _timer;
boost::optional<int> _last_mouse_wheel_x;
boost::optional<double> _last_mouse_wheel_time;