Make Timeline default to Arrow Tool instead of Ibeamer Tool.

This commit is contained in:
Stefan Kangas 2010-12-24 23:10:00 +01:00
parent 0594ea26ad
commit e0da4c2378

View file

@ -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,