diff options
| author | Milosz Derezynski <mderezynski@gmail.com> | 2006-05-22 03:12:53 +0000 |
|---|---|---|
| committer | mderezynski <mderezynski@users.sourceforge.net> | 2006-05-22 03:12:53 +0000 |
| commit | fb7ac78b65086cf70629f089c5a45115f8dfbb60 (patch) | |
| tree | 5527b90481ab701a9a0f0be8ad7f286c0a4bfce3 /src | |
| parent | (bzr r929) (diff) | |
| download | inkscape-fb7ac78b65086cf70629f089c5a45115f8dfbb60.tar.gz inkscape-fb7ac78b65086cf70629f089c5a45115f8dfbb60.zip | |
* 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)
Diffstat (limited to 'src')
| -rw-r--r-- | src/desktop-style.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
