summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-06 22:00:42 +0200
committerRobin Gareus <robin@gareus.org>2014-09-06 22:01:39 +0200
commit78f0007d540f862aa3e94c7ab2ebf61033552162 (patch)
treeba1fd1cb8184c475b07af93d001596fc9502824b /gtk2_ardour/editor_routes.h
parent6745aa6e526f27e4a5d0a2c04f9e5e60276dc6d8 (diff)
safe EditorRoutes::redisplay()
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index 0e30974887..0d299f0d0f 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -153,6 +153,7 @@ private:
bool _ignore_reorder;
bool _no_redisplay;
bool _redisplaying;
+ bool _redisplay_2;
bool _adding_routes;
bool _route_deletion_in_progress;
int _queue_mute_rec_solo_etc;