diff options
Diffstat (limited to 'src/desktop-style.cpp')
| -rw-r--r-- | src/desktop-style.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index b29799bb3..74e15e3e2 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -1096,6 +1096,8 @@ objects_query_fontstyle (GSList *objects, SPStyle *style_res) style_res->font_stretch.value = style_res->font_stretch.computed = style->font_stretch.computed; style_res->font_variant.value = style_res->font_variant.computed = style->font_variant.computed; style_res->text_align.value = style_res->text_align.computed = style->text_align.computed; + style_res->font_size.value = style->font_size.value; + style_res->font_size.unit = style->font_size.unit; } if (texts == 0 || !set) |
