mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
more manual fixes after a substantial rebase
This commit is contained in:
parent
e205bb98a1
commit
6ee97f93bb
1 changed files with 2 additions and 2 deletions
|
|
@ -5068,7 +5068,7 @@ LineDrag::finished (GdkEvent* event, bool movement_occurred)
|
||||||
AudioRegionView* arv;
|
AudioRegionView* arv;
|
||||||
|
|
||||||
if ((arv = dynamic_cast<AudioRegionView*> (_editor.clicked_regionview)) != 0) {
|
if ((arv = dynamic_cast<AudioRegionView*> (_editor.clicked_regionview)) != 0) {
|
||||||
arv->add_gain_point_event (&arv->get_gain_line ()->grab_item (), event, false);
|
arv->add_gain_point_event (&arv->fx_line ()->grab_item (), event, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -5992,7 +5992,7 @@ RangeMarkerBarDrag::motion (GdkEvent* event, bool first_move)
|
||||||
case CreateRangeMarker:
|
case CreateRangeMarker:
|
||||||
case CreateTransportMarker:
|
case CreateTransportMarker:
|
||||||
case CreateCDMarker:
|
case CreateCDMarker:
|
||||||
crect = _editor->range_bar_drag_rect;
|
crect = _editor.range_bar_drag_rect;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
error << string_compose (_("programming_error: %1"), "Error: unknown range marker op passed to Editor::drag_range_markerbar_op ()") << endmsg;
|
error << string_compose (_("programming_error: %1"), "Error: unknown range marker op passed to Editor::drag_range_markerbar_op ()") << endmsg;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue