Show the verbose canvas cursor with the ghost note.
[ardour.git] / gtk2_ardour / editor_routes.cc
index 81a1635e772f29ffa337de32e078b41e5621246e..e80838cb55d1656d4532daad4336fcb6026f870e 100644 (file)
@@ -573,6 +573,8 @@ EditorRoutes::hide_track_in_display (TimeAxisView& tv)
                        break;
                }
        }
+
+       redisplay ();
 }
 
 void
@@ -587,6 +589,8 @@ EditorRoutes::show_track_in_display (TimeAxisView& tv)
                        break;
                }
        }
+
+       redisplay ();
 }
 
 void