summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index 1d748be5f..7b6979163 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -270,7 +270,7 @@ ContentPanel::add_file_clicked ()
/* This method is also called when Ctrl-A is pressed, so check that our notebook page
is visible.
*/
- if (_parent->GetCurrentPage() != _panel) {
+ if (_parent->GetCurrentPage() != _panel || !_film) {
return;
}