mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
fix indentation
This commit is contained in:
parent
8962adab4e
commit
764a8b9475
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ EditorCursor::EditorCursor (Editor& ed, bool (Editor::*callbck)(GdkEvent*,Ardour
|
|||
|
||||
_track_canvas_item->set_y1 (ArdourCanvas::COORD_MAX);
|
||||
|
||||
_track_canvas_item->set_x (0);
|
||||
_track_canvas_item->set_x (0);
|
||||
|
||||
_current_frame = 1; /* force redraw at 0 */
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ EditorCursor::EditorCursor (Editor& ed)
|
|||
_track_canvas_item->set_y1 (ArdourCanvas::COORD_MAX);
|
||||
_track_canvas_item->set_ignore_events (true);
|
||||
|
||||
_track_canvas_item->set_x (0);
|
||||
_track_canvas_item->set_x (0);
|
||||
|
||||
_current_frame = 1; /* force redraw at 0 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue