summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDov Grobgeld <dov@src.gnome.org>2002-03-04 16:12:44 +0000
committerDov Grobgeld <dov@src.gnome.org>2002-03-04 16:12:44 +0000
commit9536f1526bf91611c1b21dc4fb2fe828fc6612f9 (patch)
tree1c44e536fb4f6cc124ed62c7d5e3cdd3de4f398d
parent859b7cc9500e14df6011dc9e95b99204da7213b6 (diff)
downloadpango-9536f1526bf91611c1b21dc4fb2fe828fc6612f9.tar.gz
A correction of the last commit, as it did not do what I intended it
to do.
-rw-r--r--modules/hebrew/hebrew-shaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-shaper.c b/modules/hebrew/hebrew-shaper.c
index d71f7c55..ef402143 100644
--- a/modules/hebrew/hebrew-shaper.c
+++ b/modules/hebrew/hebrew-shaper.c
@@ -344,7 +344,7 @@ hebrew_shaper_get_cluster_kerning(gunichar *cluster,
)
&& ((gl >= UNI_SHEVA && gl <= UNI_QAMATS) ||
gl == UNI_QUBUTS)
- && width[i] < width[0]
+ && ink_rect[i].width < base_ink_width
)
{
x_offset[i] = base_ink_x_offset + base_ink_width