Skip to content

Commit

Permalink
Adding line that was accidentally removed in the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Jan 7, 2024
1 parent 3a9b5df commit 64a1e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CanvasItems.vala
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public class CanvasItems {
private CanvasItem create_pencil( bool loading = false ) {
var item = new CanvasItemPencil( _canvas, props );
if( !loading ) {
_active = item;
_canvas.set_cursor_from_name( "pencil" );
}
return( item );
Expand Down

0 comments on commit 64a1e9a

Please sign in to comment.