mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:50:48 +00:00
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:
parent
1ca50afb98
commit
512eb11afc
5 changed files with 152 additions and 98 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue