diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-02-15 19:04:29 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-02-15 19:04:29 +0000 |
| commit | 7b0114087822b9f011d740f1279d1d9ed983a88c (patch) | |
| tree | 159bd147d5a3b2daa65b327dd3f5d0b2e764eeb9 /src/selcue.cpp | |
| parent | fix 1432089: stroke is not drawn not only when it's not set but also when it'... (diff) | |
| download | inkscape-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.cpp | 12 |
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); } |
