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
This commit is contained in:
Chris Toshok
2003-01-17 23:31:36 +00:00
committed by Chris Toshok
parent e0053bce8e
commit 99df61da47

View File

@ -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;
}