summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorMilosz Derezynski <mderezynski@gmail.com>2006-05-18 01:51:17 +0000
committermderezynski <mderezynski@users.sourceforge.net>2006-05-18 01:51:17 +0000
commit0d8fd82d54c356568f141c4cc41862c264dc2bac (patch)
treef8dbdc5000e1f23f823e01682ab8315a96fe7a8f /src/widgets/toolbox.cpp
parent* First implementation step of the text toolbox (diff)
downloadinkscape-0d8fd82d54c356568f141c4cc41862c264dc2bac.tar.gz
inkscape-0d8fd82d54c356568f141c4cc41862c264dc2bac.zip
* Fix desychronization between text toolbox and dialog
(bzr r869)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 7fd927cd4..0a4065e80 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -2878,6 +2878,8 @@ sp_repr_css_property (css, "line-height", NULL));
++items;
}
+ sp_repr_css_change (inkscape_get_repr (INKSCAPE, "tools.text"), css, "style");
+
// complete the transaction
sp_document_done (sp_desktop_document (SP_ACTIVE_DESKTOP));
sp_repr_css_attr_unref (css);