*** /cvs/gnustep/core/gui/Source/NSControl.m	Fri Jan 30 20:49:00 2004
--- NSControl.m	Wed Mar 17 18:15:19 2004
***************
*** 666,669 ****
--- 666,679 ----
    return self;
  }
  
+ /*
+  * Method implementation for GSCellContainer protocol
+  */
+ - (NSRect) frameForCell: (NSCell *)cell
+ {
+   NSRect controlViewFrame = [self frame];
+   
+   return NSMakeRect(0, 0, controlViewFrame.size.width, controlViewFrame.size.height);
+ }
+ 
  @end
