aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-01-18 07:31:36 +0800
committerChris Toshok <toshok@src.gnome.org>2003-01-18 07:31:36 +0800
commit99df61da47d51dcad35ec965be2b9acae491c8fa (patch)
tree0a8c2807f4d1f8a2a35ce127181626c7fd5cd595 /widgets
parente0053bce8e3e5e7f18bea009f3bbfb1e51234f65 (diff)
downloadgsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.tar
gsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.tar.gz
gsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.tar.bz2
gsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.tar.lz
gsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.tar.xz
gsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.tar.zst
gsoc2013-evolution-99df61da47d51dcad35ec965be2b9acae491c8fa.zip
reverse part of the patch from 1/15.
2003-01-17 Chris Toshok <toshok@ximian.com> * gal/e-text/e-text.c (show_pango_rectangle): reverse part of the patch from 1/15. svn path=/trunk/; revision=19510
Diffstat (limited to 'widgets')
-rw-r--r--widgets/text/e-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index f31b27dfa9..976e3a5a3d 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -1224,7 +1224,7 @@ show_pango_rectangle (EText *text, PangoRectangle rect)
if (clip_height >= 0) {
if (2 + y2 - clip_height > new_yofs_edit)
- new_yofs_edit = y2 - clip_height;
+ new_yofs_edit = 2 + y2 - clip_height;
} else {
new_yofs_edit = 0;
}