Added NSTableView to the drawing methods for GSTheme.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2010-11-28 00:05:46 +00:00
parent 1ca50afb98
commit 512eb11afc
5 changed files with 152 additions and 98 deletions

View file

@ -1063,6 +1063,9 @@ static NSImage *_pbc_image[5];
/* We need to calc our size to get images placed correctly */
[self calcSize];
[[GSTheme theme] drawPopUpButtonCellInteriorWithFrame: cellFrame
withCell: self
inView: controlView];
[super drawInteriorWithFrame: cellFrame inView: controlView];
/* Unset the item to restore balance if a new was created */