summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-15 19:04:29 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-15 19:04:29 +0000
commit7b0114087822b9f011d740f1279d1d9ed983a88c (patch)
tree159bd147d5a3b2daa65b327dd3f5d0b2e764eeb9 /src/selcue.cpp
parentfix 1432089: stroke is not drawn not only when it's not set but also when it'... (diff)
downloadinkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.tar.gz
inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.zip
bulk trailing spaces removal. consistency through MD5 of binary
(bzr r149)
Diffstat (limited to 'src/selcue.cpp')
-rw-r--r--src/selcue.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp
index 845561d18..426422fc9 100644
--- a/src/selcue.cpp
+++ b/src/selcue.cpp
@@ -95,7 +95,7 @@ void Inkscape::SelCue::_updateItemBboxes()
NULL);
sp_canvas_item_show(box);
SP_CTRL(box)->moveto(NR::Point(b.min()[NR::X], b.max()[NR::Y]));
-
+
sp_canvas_item_move_to_z(box, 0); // just low enough to not get in the way of other draggable knots
} else if (mode == BBOX) {
@@ -104,14 +104,14 @@ void Inkscape::SelCue::_updateItemBboxes()
SP_TYPE_CTRLRECT,
NULL
);
-
+
SP_CTRLRECT(box)->setRectangle(b);
SP_CTRLRECT(box)->setColor(0x000000a0, 0, 0);
SP_CTRLRECT(box)->setDashed(true);
-
+
sp_canvas_item_move_to_z(box, 0);
}
-
+
if (box) {
_item_bboxes.push_back(box);
}
@@ -128,13 +128,13 @@ void Inkscape::SelCue::_updateItemBboxes()
"stroked", 1,
"stroke_color", 0x000000ff,
NULL);
-
+
sp_canvas_item_show(baseline_point);
SP_CTRL(baseline_point)->moveto(a);
sp_canvas_item_move_to_z(baseline_point, 0);
}
}
-
+
if (baseline_point) {
_text_baselines.push_back(baseline_point);
}