Code

When snapping to a bounding box, flash that bounding box together with the snap indicator
[inkscape.git] / src / display / snap-indicator.h
index d896042a203018c94c3fe173d3cc6b750912e2a0..feb118baabdf2bc9bea0855cbba69c984a903308 100644 (file)
@@ -35,6 +35,7 @@ public:
 protected:
     TemporaryItem *_snaptarget;
     TemporaryItem *_snaptarget_tooltip;
+    TemporaryItem *_snaptarget_bbox;
     TemporaryItem *_snapsource;
     SPDesktop *_desktop;