mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
remove typo in last commit
git-svn-id: svn://localhost/ardour2/branches/3.0@3750 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
29633d1888
commit
e2ad9eeacd
1 changed files with 0 additions and 3 deletions
|
|
@ -238,8 +238,6 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent)
|
|||
/* the coordinates used here are in the system of the
|
||||
item's parent ...
|
||||
*/
|
||||
canvas_display->property_y () = y;
|
||||
// canvas_display->move (0.0, 0.0);
|
||||
|
||||
Group* pg;
|
||||
double ix1, iy1, ix2, iy2;
|
||||
|
|
@ -257,7 +255,6 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent)
|
|||
y_position = y;
|
||||
|
||||
}
|
||||
|
||||
canvas_display->raise_to_top ();
|
||||
|
||||
if (_marked_for_display) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue