Separate out creation of xrun markers from Editor::mouse_add_new_marker()
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Fri, 6 Feb 2015 23:56:34 +0000 (23:56 +0000)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Thu, 12 Feb 2015 18:06:16 +0000 (18:06 +0000)
commit1973243a988be0717948f0fb2075bce4fe11e27b
tree88c4207a532e11e699cf34dad554c7123526113a
parent7de6128169f5e7834c6670b2d43e944aae2dd193
Separate out creation of xrun markers from Editor::mouse_add_new_marker()

Remove the is_xrun parameter from Editor::mouse_add_new_marker(), and just
create the marker directly in ARDOUR_UI::create_xrun_marker(), so that xrun
markers don't become automatically selected when they appear.
gtk2_ardour/ardour_ui.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_markers.cc
gtk2_ardour/editor_rulers.cc
gtk2_ardour/public_editor.h