diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-17 09:32:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-17 09:32:03 +0000 |
| commit | 352477d76fee274767e4221e6c50c1d1e7938fee (patch) | |
| tree | 9283f1bd16216587239bd36085d266f065488214 /src/wx/timeline.h | |
| parent | a04c8a1b74c885a16327305ec1cc1ecd2b7ee0d6 (diff) | |
Optimise timeline view; speed up snapping and only set content panel selection on mouse button up.
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 e8ae2120f..e0e4dfb2a 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -109,6 +109,8 @@ private: bool _first_move; ContentMenu _menu; bool _snap; + std::list<DCPTime> _start_snaps; + std::list<DCPTime> _end_snaps; boost::signals2::scoped_connection _film_changed_connection; boost::signals2::scoped_connection _film_content_changed_connection; |
