From 3a9ae4770fcfec80c660fd9351ecea8c3c9bc913 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 23 Dec 2004 14:36:51 +0000 Subject: Skinned our beautiful text field back! --- src/gui/gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/gui.cpp') diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index ced9758b..714f114f 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -728,7 +728,6 @@ int tmw_radio_proc(int msg, DIALOG *d, int c) { } int tmw_edit_proc(int msg, DIALOG *d, int c) { -// BITMAP *box = NULL; int x; int tx, ty, l; int rtm = 0; @@ -769,7 +768,7 @@ int tmw_edit_proc(int msg, DIALOG *d, int c) { cr=gui_bitmap->w; cb=gui_bitmap->h; } - set_clip_rect(gui_bitmap, tx, ty, d->x+d->w-rb, ty + text_height(font)); // set_clip() is deprecated use set_clip_rect() instead + set_clip_rect(gui_bitmap, tx, ty, d->x+d->w-rb, ty + text_height(font)); hack = text[d->d2]; text[d->d2] = '\0'; l = text_length(font, text); -- cgit v1.2.3-70-g09d2