Attempt to fix crash on hitting enter in the crop control on Windows (#1009).
[dcpomatic.git] / src / wx / content_menu.h
index 84daa71a56e0cd13a749471699d79ab5e0f27e1d..f0f1ae39f4161919f386b6651666bdbd8a56f301 100644 (file)
@@ -56,6 +56,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;