mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:30:37 +00:00
Make drawing use the component cell to render
This commit is contained in:
parent
c67ca273a9
commit
7764903d6d
3 changed files with 12 additions and 12 deletions
|
@ -58,9 +58,8 @@
|
|||
{
|
||||
[super drawInteriorWithFrame: f inView: v];
|
||||
[[GSTheme theme] drawPathComponentCellWithFrame: f
|
||||
inView: v
|
||||
withURL: _url
|
||||
image: _image
|
||||
inView: (NSPathControl *)v
|
||||
withCell: self
|
||||
isLastComponent: _lastComponent];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue