mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
amend previous commit
This commit is contained in:
parent
34e41a3ca6
commit
782b28a1a8
1 changed files with 2 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ Editor::remove_tempo_marker (ArdourCanvas::Item* item)
|
|||
abort(); /*NOTREACHED*/
|
||||
}
|
||||
|
||||
if (tempo_marker->tempo().movable()) {
|
||||
if (!tempo_marker->tempo().initial()) {
|
||||
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun(*this, &Editor::real_remove_tempo_marker), &tempo_marker->tempo()));
|
||||
}
|
||||
}
|
||||
|
|
@ -559,7 +559,7 @@ Editor::remove_meter_marker (ArdourCanvas::Item* item)
|
|||
abort(); /*NOTREACHED*/
|
||||
}
|
||||
|
||||
if (meter_marker->meter().movable()) {
|
||||
if (!meter_marker->meter().initial()) {
|
||||
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun(*this, &Editor::real_remove_meter_marker), &meter_marker->meter()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue