diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-09 11:43:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-09 11:43:51 +0100 |
| commit | 3f5b9a71f980525481251461f9c3d63806972470 (patch) | |
| tree | 2b022351858c4a928ea565c4decaabbc02f74dda /src/wx/content_panel.h | |
| parent | 13878a9ff227d66729f185a5bac5985f14d6cac7 (diff) | |
Stop Ctrl+A working when the content panel is not visible (#577).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 452d4a4f8..633ea1bd6 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -98,6 +98,7 @@ private: std::list<ContentSubPanel *> _panels; ContentMenu* _menu; TimelineDialog* _timeline_dialog; + wxNotebook* _parent; boost::shared_ptr<Film> _film; bool _generally_sensitive; |
