Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / selcue.cpp
index 03205d8498a893b08b50785c9fa0cd782d6d287f..67c9712d1f14b2a73b6f34417bb642ce1357022b 100644 (file)
@@ -102,7 +102,7 @@ void Inkscape::SelCue::_updateItemBboxes()
                                          "stroke_color", 0x000000ff,
                                          NULL);
                 sp_canvas_item_show(box);
-                SP_CTRL(box)->moveto(NR::Point(b->min()[NR::X], b->max()[NR::Y]));
+                SP_CTRL(box)->moveto(Geom::Point(b->min()[Geom::X], b->max()[Geom::Y]));
 
                 sp_canvas_item_move_to_z(box, 0); // just low enough to not get in the way of other draggable knots