summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-30 10:56:10 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-30 10:56:10 +0000
commit1723f7a2cc084d5fbe35ad3f9e00cb17506d3a4a (patch)
tree703165983f1df0a965bb380b2b3aa3f7b65c1e8a /src/live_effects/parameter/text.h
parentfix invisible selection in the list; remove stripes; fix undo comment (diff)
downloadinkscape-1723f7a2cc084d5fbe35ad3f9e00cb17506d3a4a.tar.gz
inkscape-1723f7a2cc084d5fbe35ad3f9e00cb17506d3a4a.zip
Make text widget for TextParams work and re-enable it
(bzr r6469)
Diffstat (limited to 'src/live_effects/parameter/text.h')
-rw-r--r--src/live_effects/parameter/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/text.h b/src/live_effects/parameter/text.h
index 432ceeed1..ee47f028f 100644
--- a/src/live_effects/parameter/text.h
+++ b/src/live_effects/parameter/text.h
@@ -51,6 +51,7 @@ private:
double anchor_x;
double anchor_y;
+ Glib::ustring value;
Glib::ustring defvalue;
SPCanvasText *canvas_text;