summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-30 18:28:27 +0200
committerRobin Gareus <robin@gareus.org>2015-04-30 18:28:27 +0200
commit9b385571e7ce6ae188042ba6b9ebdc1b3bef382f (patch)
tree4ee6dd25ded833d2d42158d437f95f38d8a24728 /gtk2_ardour/editor.cc
parente3375c309abbfc42baaedcc9ba7367e89314ab69 (diff)
fix over-optimzation in e3375c3.
Some users of DisplaySuspender expect an implicit redisplay.
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index ba9679cc52..80b8973a2e 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -5232,6 +5232,7 @@ void
Editor::resume_route_redisplay ()
{
if (_routes) {
+ _routes->redisplay(); // queue redisplay
_routes->resume_redisplay();
}
}