Attempt to fix crash on hitting enter in the crop control on Windows (#1009).
[dcpomatic.git] / src / wx / content_menu.h
index ecbb4a3504e2e7a27e80e0c2c5777d48a945e594..0647331038b64d00477ca0e293abcf793d81a864 100644 (file)
@@ -55,6 +55,7 @@ private:
        /** Film that we are working with; set up by popup() */
        boost::weak_ptr<Film> _film;
        wxWindow* _parent;
+       bool _pop_up_open;
        ContentList _content;
        TimelineContentViewList _views;
        wxMenuItem* _repeat;