From e0da4c2378ec74f8ea7a901afe418240835b97ac Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 24 Dec 2010 23:10:00 +0100 Subject: [PATCH] Make Timeline default to Arrow Tool instead of Ibeamer Tool. --- src/gui/panels/timeline-panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/panels/timeline-panel.cpp b/src/gui/panels/timeline-panel.cpp index 325cda76b..26bbdfd6b 100644 --- a/src/gui/panels/timeline-panel.cpp +++ b/src/gui/panels/timeline-panel.cpp @@ -61,7 +61,7 @@ TimelinePanel::TimelinePanel(workspace::PanelManager &panel_manager, zoomIn(Stock::ZOOM_IN), zoomOut(Stock::ZOOM_OUT), updatingToolbar(false), - currentTool(timeline::IBeam) + currentTool(timeline::Arrow) { // Hook up notifications get_project().get_sequences().signal_changed().connect(mem_fun(this,