don't call end_edit() when losing focus from an audio clock if we were not editing
git-svn-id: svn://localhost/ardour2/branches/3.0@10677 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1225,7 +1225,9 @@ AudioClock::on_focus_out_event (GdkEventFocus* ev)
|
||||
{
|
||||
bool ret = CairoWidget::on_focus_out_event (ev);
|
||||
|
||||
end_edit (false);
|
||||
if (editing) {
|
||||
end_edit (false);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user