summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2014-01-15 19:22:31 +0000
committerapenner <penner@vaxxine.com>2014-01-15 19:22:31 +0000
commit82f4d9a7537fdb3267bf5570cd34aef0692b0f9f (patch)
tree1778d65fa9efb8369968e611e48cbcfad2ac79e9 /src/selcue.cpp
parentRevert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N... (diff)
downloadinkscape-82f4d9a7537fdb3267bf5570cd34aef0692b0f9f.tar.gz
inkscape-82f4d9a7537fdb3267bf5570cd34aef0692b0f9f.zip
for rubberband outline, add shading instead of XOR (Bug 1266308)
Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
Diffstat (limited to 'src/selcue.cpp')
-rw-r--r--src/selcue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp
index 3f8a93e21..805629636 100644
--- a/src/selcue.cpp
+++ b/src/selcue.cpp
@@ -177,6 +177,7 @@ void Inkscape::SelCue::_newItemBboxes()
SP_CTRLRECT(box)->setRectangle(*b);
SP_CTRLRECT(box)->setColor(0x000000a0, 0, 0);
SP_CTRLRECT(box)->setDashed(true);
+ SP_CTRLRECT(box)->setShadow(1, 0xffffffff);
sp_canvas_item_move_to_z(box, 0);
}