From: mderezynski Date: Thu, 18 May 2006 01:51:17 +0000 (+0000) Subject: * Fix desychronization between text toolbox and dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b1538efe9e563a2845149b95d43bcce1e24c545;p=inkscape.git * Fix desychronization between text toolbox and dialog --- 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);