Add a playhead marker to the summary.

git-svn-id: svn://localhost/ardour2/branches/3.0@5206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-17 00:29:56 +00:00
parent 6f6c8b3dba
commit 34930fc8cf
6 changed files with 42 additions and 11 deletions

View file

@ -4720,7 +4720,7 @@ Editor::post_zoom ()
playhead_cursor->set_position (playhead_cursor->current_frame);
}
_summary->set_bounds_dirty ();
_summary->set_overlays_dirty ();
instant_save ();
}
@ -4828,7 +4828,7 @@ Editor::idle_visual_changer ()
redisplay_tempo (true);
}
_summary->set_bounds_dirty ();
_summary->set_overlays_dirty ();
//cerr << "Editor::idle_visual_changer () called ha v:l:u:ps:fpu = " << horizontal_adjustment.get_value() << ":" << horizontal_adjustment.get_lower() << ":" << horizontal_adjustment.get_upper() << ":" << horizontal_adjustment.get_page_size() << ":" << frames_per_unit << endl;//DEBUG
pending_visual_change.idle_handler_id = -1;