From 867d725737f8e4fb2a9c58741c5353f28c0ac589 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 28 Nov 1999 16:40:24 +0000 Subject: [PATCH] Implemented missing method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5303 72102866-910b-0410-8b05-ffd578937521 --- Source/NSForm.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/NSForm.m b/Source/NSForm.m index 5552161ed..fcbeb43a8 100644 --- a/Source/NSForm.m +++ b/Source/NSForm.m @@ -1,7 +1,7 @@ /* NSForm.m - Form class, a text field with a label + Form class, a matrix of text fields with labels Copyright (C) 1996 Free Software Foundation, Inc. @@ -194,7 +194,9 @@ static Class defaultCellClass = nil; } - (void)selectTextAtIndex:(int)index -{} +{ + [self selectTextAtRow:index column:0]; +} - (void) encodeWithCoder: (NSCoder*)aCoder {