summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-ruler.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-30 10:56:44 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-30 10:56:44 +0000
commit71917528fa6897d596be4260fbb85a9a2ef9fe07 (patch)
tree3a2b9aa85879defd51966e846984a1dddc14feeb /src/live_effects/lpe-ruler.h
parentMake text widget for TextParams work and re-enable it (diff)
downloadinkscape-71917528fa6897d596be4260fbb85a9a2ef9fe07.tar.gz
inkscape-71917528fa6897d596be4260fbb85a9a2ef9fe07.zip
New 'internal' TextParam which doesn't display a widget (useful if the text should not be settable by the user); lpe-ruler uses it now
(bzr r6470)
Diffstat (limited to 'src/live_effects/lpe-ruler.h')
-rw-r--r--src/live_effects/lpe-ruler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-ruler.h b/src/live_effects/lpe-ruler.h
index f19063271..7ebc62fdb 100644
--- a/src/live_effects/lpe-ruler.h
+++ b/src/live_effects/lpe-ruler.h
@@ -32,7 +32,7 @@ private:
ScalarParam mark_distance;
ScalarParam mark_length;
ScalarParam scale;
- TextParam info_text;
+ TextParamInternal info_text;
LPERuler(const LPERuler&);
LPERuler& operator=(const LPERuler&);
};