summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-23 11:40:48 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-23 11:40:48 +0000
commit18404f99863131437497329f5a3b0c5180b060ae (patch)
tree8245b892101606b842580ccd377303a59e6353b9 /src/wx/content_menu.h
parentcd32ade6c276b9163a8aa889a9d81ead6ddb59d6 (diff)
Attempt to fix crash on hitting enter in the crop control on Windows (#1009).
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h1
1 files changed, 1 insertions, 0 deletions
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> _film;
wxWindow* _parent;
+ bool _pop_up_open;
ContentList _content;
TimelineContentViewList _views;
wxMenuItem* _repeat;