mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
compiles and runs, but crashes ... duh
git-svn-id: svn://localhost/trunk/ardour2@113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
026f506bc6
commit
f69abbff90
44 changed files with 583 additions and 519 deletions
|
|
@ -1941,8 +1941,8 @@ Editor::update_marker_drag_item (Location *location)
|
|||
double x2 = frame_to_pixel (location->end());
|
||||
|
||||
if (location->is_mark()) {
|
||||
marker_drag_line_points->front().set_x(x1);
|
||||
marker_drag_line_points->back().set_x(x1);
|
||||
marker_drag_line_points.front().set_x(x1);
|
||||
marker_drag_line_points.back().set_x(x1);
|
||||
marker_drag_line->set_property ("points", marker_drag_line_points);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue