X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-item-notify-moveto.cpp;h=163a9f5f81cfd181b2cd85e5089757fa6c318ec2;hb=d88d2aa6894cc84f414fbdb64899673c66bc52c1;hp=c8479221502de9ac02240588063c7ee0750c52f8;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/sp-item-notify-moveto.cpp b/src/sp-item-notify-moveto.cpp index c84792215..163a9f5f8 100644 --- a/src/sp-item-notify-moveto.cpp +++ b/src/sp-item-notify-moveto.cpp @@ -1,4 +1,4 @@ -/** \file +/** \file * Implementation of sp_item_notify_moveto(). */ @@ -51,13 +51,13 @@ void sp_item_notify_moveto(SPItem &item, SPGuide const &mv_g, int const snappoin { sp_item_write_transform(&item, SP_OBJECT_REPR(&item), item.transform); } - + sp_item_rm_unsatisfied_cns(item); #if 0 /* nyi */ move_cn_to_front(mv_g, snappoint_ix, item.constraints); - /** \note If the guideline is connected to multiple snappoints of - * this item, then keeping those cns in order requires that the - * guide send notifications in order of increasing importance. + /** \note If the guideline is connected to multiple snappoints of + * this item, then keeping those cns in order requires that the + * guide send notifications in order of increasing importance. */ #endif }