diff options
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
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); |
