summaryrefslogtreecommitdiff
path: root/src/wx/timeline_time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-03 23:31:11 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-03 23:31:11 +0100
commit5a9373e48aa575c70bd32b4b48eb6b9b8634a4fc (patch)
tree9f82092695f26b5d823ff1103e3f62bdc73dea91 /src/wx/timeline_time_axis_view.h
parentc9152723208a20542b147e8a879117d6a5a76a45 (diff)
Fix hidden reels view and time axis not moving under zoom.
Diffstat (limited to 'src/wx/timeline_time_axis_view.h')
-rw-r--r--src/wx/timeline_time_axis_view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h
index 5eecb8232..5477e61f1 100644
--- a/src/wx/timeline_time_axis_view.h
+++ b/src/wx/timeline_time_axis_view.h
@@ -31,6 +31,5 @@ public:
private:
void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int> > overlaps);
- int _y;
+ int _y; ///< y position in tracks (not pixels)
};
-