Make Timeline default to Arrow Tool instead of Ibeamer Tool.
This commit is contained in:
parent
0594ea26ad
commit
e0da4c2378
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue