summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-08 00:07:12 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-08 00:07:12 +0100
commite0da7a310a9e7f05c7c75fa7b39f1fb110567d60 (patch)
tree2a0b604b4278fd2dcd31885a596516deab0b43ca /src/wx/content_panel.h
parentcf693669efd43c0ac565c61a074a1c7f0290921e (diff)
Fix flicker in timeline view when selecting (in some cases).
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 8277b7c42..761b34a24 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -124,4 +124,5 @@ private:
boost::weak_ptr<FilmViewer> _film_viewer;
bool _generally_sensitive;
bool _ignore_deselect;
+ bool _no_check_selection;
};