fix indentation

This commit is contained in:
Paul Davis 2014-12-11 09:04:26 -05:00
parent 8962adab4e
commit 764a8b9475

View File

@ -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 */
}