From b61db3c2d4c3d2fb497d62b4ddb3364031f5fdec Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 16 Aug 2012 17:20:16 +0900 Subject: Fix for 168164 : Font sizes in points option (bzr r11608) --- src/desktop-style.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/desktop-style.cpp') 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) -- cgit v1.2.3