From fb7ac78b65086cf70629f089c5a45115f8dfbb60 Mon Sep 17 00:00:00 2001 From: Milosz Derezynski Date: Mon, 22 May 2006 03:12:53 +0000 Subject: * Add setting text_align to QUERY_FONTSTYLE * Add controls for 'justify' text and bold and italic to text toolbar * Make sure the warning image for a non-installed font does not show up erronously (bzr r930) --- src/desktop-style.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/desktop-style.cpp') diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 062607fbf..fa900600d 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -930,6 +930,7 @@ objects_query_fontstyle (GSList *objects, SPStyle *style_res) style_res->font_style.value = style_res->font_style.computed = style->font_style.computed; 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; } if (texts == 0 || !set) -- cgit v1.2.3