X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.h;h=13393f632701edab5a13107a962363ffc1d931da;hb=4e841ab275143ecbd8790c39ed332e5e346733f8;hp=8277b7c4250a1013e85cc3e0055ea407ff11f301;hpb=17002651301b5552807a2b512714b78661941eb7;p=dcpomatic.git diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 8277b7c42..13393f632 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -117,11 +117,11 @@ private: ContentMenu* _menu; TimelineDialog* _timeline_dialog; wxNotebook* _parent; - ContentList _last_selected; wxWindow* _last_selected_tab; boost::shared_ptr _film; boost::weak_ptr _film_viewer; bool _generally_sensitive; bool _ignore_deselect; + bool _no_check_selection; };