diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-03 23:31:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-03 23:31:11 +0100 |
| commit | 5a9373e48aa575c70bd32b4b48eb6b9b8634a4fc (patch) | |
| tree | 9f82092695f26b5d823ff1103e3f62bdc73dea91 /src/wx/timeline.h | |
| parent | c9152723208a20542b147e8a879117d6a5a76a45 (diff) | |
Fix hidden reels view and time axis not moving under zoom.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 1b75f7ab2..503025f3c 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -77,6 +77,8 @@ public: _tool = t; } + int tracks_y_offset () const; + private: void paint_labels (); void paint_main (); |
