summaryrefslogtreecommitdiff
path: root/gtk2_ardour/piano_roll_header.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/piano_roll_header.cc')
-rw-r--r--gtk2_ardour/piano_roll_header.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/piano_roll_header.cc b/gtk2_ardour/piano_roll_header.cc
index 28398678a1..4bb8250fea 100644
--- a/gtk2_ardour/piano_roll_header.cc
+++ b/gtk2_ardour/piano_roll_header.cc
@@ -587,14 +587,7 @@ void
PianoRollHeader::note_range_changed()
{
_note_height = floor(_view.note_height()) + 0.5f;
-
queue_draw();
-
- Glib::RefPtr<Gdk::Window> win = get_window();
-
- if (win) {
- win->process_updates(false);
- }
}
void