Code

More infrastructure to have waiting LPEs that are freshly created and applied to...
[inkscape.git] / src / pen-context.h
index 3e4e9092405c059a73eb3565341c4b9f8d7eee9c..fb5c2237154c5cc8384e9177cd4df17c97c7b75c 100644 (file)
@@ -46,7 +46,7 @@ struct SPPenContext : public SPDrawContext {
     bool polylines_only;
 
     unsigned int expecting_clicks_for_LPE; // if positive, finish the path after this many clicks
-    Inkscape::LivePathEffect::Effect *waiting_LPE;
+    Inkscape::LivePathEffect::Effect *waiting_LPE; // if NULL, waiting_LPE_type in SPDrawContext is taken into account
     SPLPEItem *waiting_item;
 
     SPCanvasItem *c0, *c1, *cl0, *cl1;