diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-11 15:16:23 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-11 15:16:23 +0000 |
| commit | 2f5eb047d9e05be5e68549ef6b75070d2faa7d2f (patch) | |
| tree | ca2e94164b6d7aaebfc17196ca46bfc825a7665a /src/connector-context.cpp | |
| parent | Merge from trunk. (diff) | |
| download | inkscape-2f5eb047d9e05be5e68549ef6b75070d2faa7d2f.tar.gz inkscape-2f5eb047d9e05be5e68549ef6b75070d2faa7d2f.zip | |
Merging from trunk
(bzr r6884)
Diffstat (limited to 'src/connector-context.cpp')
| -rw-r--r-- | src/connector-context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index c982a8c89..527ba720f 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -1148,9 +1148,9 @@ static void cc_set_active_shape(SPConnectorContext *cc, SPItem *item) } - boost::optional<NR::Rect> bbox = sp_item_bbox_desktop(cc->active_shape); + boost::optional<Geom::Rect> bbox = sp_item_bbox_desktop(cc->active_shape); if (bbox) { - NR::Point center = bbox->midpoint(); + Geom::Point center = bbox->midpoint(); sp_knot_set_position(cc->connpthandle, center, 0); sp_knot_show(cc->connpthandle); } else { |
