Skip to content

Commit

Permalink
Fixes #279 Set cursor at initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
wintre committed Apr 4, 2015
1 parent 9ddcf90 commit 4fd5f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core_lib/interface/editor.cpp
Expand Up @@ -126,6 +126,7 @@ bool Editor::initialize( ScribbleArea* pScribbleArea )
layers()->setCurrentLayer( 0 );

tools()->setCurrentTool( PENCIL );
mScribbleArea->setCursor( tools()->currentTool()->cursor() );

//setAcceptDrops( true ); // TODO: drop event

Expand Down

0 comments on commit 4fd5f92

Please sign in to comment.