summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-30 18:52:56 +0200
committerRobin Gareus <robin@gareus.org>2015-04-30 19:19:31 +0200
commit0e85408c59f6236d88abfab1d2c143cfcd27433e (patch)
treea8f384b9f5c1e7fe77a3ed30446f82e6f7ea5948 /gtk2_ardour/editor_routes.cc
parenta3209b9b91f7efe5c8ee02c408fe5b11cba591f8 (diff)
cleanup display suspend.
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 8ab17897d7..b249c0a100 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -72,13 +72,13 @@ EditorRoutes::EditorRoutes (Editor* e)
, _no_redisplay (false)
, _adding_routes (false)
, _route_deletion_in_progress (false)
+ , _redisplay_on_resume (false)
, _redisplay_active (0)
, _queue_tv_update (0)
, _menu (0)
, old_focus (0)
, selection_countdown (0)
, name_editable (0)
- , _redisplay_on_resume (false)
{
static const int column_width = 22;