X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;fp=src%2Fwx%2Fcontent_menu.h;h=0647331038b64d00477ca0e293abcf793d81a864;hb=18404f99863131437497329f5a3b0c5180b060ae;hp=ecbb4a3504e2e7a27e80e0c2c5777d48a945e594;hpb=cd32ade6c276b9163a8aa889a9d81ead6ddb59d6;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index ecbb4a350..064733103 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -55,6 +55,7 @@ private: /** Film that we are working with; set up by popup() */ boost::weak_ptr _film; wxWindow* _parent; + bool _pop_up_open; ContentList _content; TimelineContentViewList _views; wxMenuItem* _repeat;