X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fseltrans.cpp;h=0b297318d613d3805cfd5382be5cd787bc5f3505;hb=8b9a820756fdf348239872236be2257f854e094a;hp=c478036c7eccbdbb1097a7b7b58077fa6d9c4ae4;hpb=34109961a6de6f936a370e48822f1bad70bc84b2;p=inkscape.git diff --git a/src/seltrans.cpp b/src/seltrans.cpp index c478036c7..0b297318d 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -94,8 +94,8 @@ Inkscape::SelTrans::SelTrans(SPDesktop *desktop) : _show(SHOW_CONTENT), _grabbed(false), _show_handles(true), - _bbox(NR::Nothing()), - _approximate_bbox(NR::Nothing()), + _bbox(), + _approximate_bbox(), _absolute_affine(NR::scale(1,1)), _opposite(NR::Point(0,0)), _opposite_for_specpoints(NR::Point(0,0)),