Skip to content

Commit

Permalink
Select parent group after image import (#2339)
Browse files Browse the repository at this point in the history
instead of the image itself.
fix #2337
  • Loading branch information
rodolforg committed Oct 3, 2021
1 parent 84f1241 commit 269d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/src/synfigapp/canvasinterface.cpp
Expand Up @@ -934,7 +934,7 @@ CanvasInterface::import(
get_selection_manager()->clear_selected_layers();
get_selection_manager()->set_selected_layer(l);

return layer;
return l;
}
catch(...)
{
Expand Down

0 comments on commit 269d895

Please sign in to comment.