Fix flicker in timeline view when selecting (in some cases).
[dcpomatic.git] / src / wx / content_panel.h
index 8277b7c4250a1013e85cc3e0055ea407ff11f301..761b34a24113d97d82ce1715e36eb427a0a55049 100644 (file)
@@ -124,4 +124,5 @@ private:
        boost::weak_ptr<FilmViewer> _film_viewer;
        bool _generally_sensitive;
        bool _ignore_deselect;
+       bool _no_check_selection;
 };