From f0e560815491fb32e38b02044dbf60d377e378e4 Mon Sep 17 00:00:00 2001 From: joncruz Date: Sun, 14 Sep 2008 01:26:26 +0000 Subject: [PATCH] Warning for bug --- src/live_effects/lpe-path_length.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/live_effects/lpe-path_length.cpp b/src/live_effects/lpe-path_length.cpp index 5ecf2ffa2..a032026b7 100644 --- a/src/live_effects/lpe-path_length.cpp +++ b/src/live_effects/lpe-path_length.cpp @@ -38,6 +38,8 @@ bool LPEPathLength::hideCanvasText() { // this is only used in sp-lpe-item.cpp to hide the canvas text when the effect is invisible info_text.param_setValue(""); +// TODO must return something to avoid nasty bugs + g_warning("random value"); } Geom::Piecewise > -- 2.30.2