diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-02 10:53:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-02 10:53:39 +0800 |
commit | 9f06cc49809acd03ce9367d6851f9f217bd33d27 (patch) | |
tree | c2bf6cc7fe162d7fa8c2e32378bea5f12820aa8a /widgets/text/e-text.c | |
parent | 0929cef791e2de5c0aa5be1f5ee85d9eafeab71d (diff) | |
download | gsoc2013-evolution-9f06cc49809acd03ce9367d6851f9f217bd33d27.tar.gz gsoc2013-evolution-9f06cc49809acd03ce9367d6851f9f217bd33d27.tar.zst gsoc2013-evolution-9f06cc49809acd03ce9367d6851f9f217bd33d27.zip |
stop drawing that annoying focus rectangle.
2003-04-01 Chris Toshok <toshok@ximian.com>
* gal/e-text/e-text.c (e_text_draw): stop drawing that annoying
focus rectangle.
svn path=/trunk/; revision=20626
Diffstat (limited to 'widgets/text/e-text.c')
-rw-r--r-- | widgets/text/e-text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 87f0cdfb22..53fa8eb1de 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -1287,7 +1287,7 @@ e_text_draw (GnomeCanvasItem *item, GdkDrawable *drawable, NULL, widget, "entry", thisx, thisy, thiswidth, thisheight); -#if 1 +#if 0 if (text->editing) { thisx += 1; thisy += 1; |