Make drawing use the component cell to render

This commit is contained in:
Gregory John Casamento 2020-05-06 08:38:31 -04:00
parent c67ca273a9
commit 7764903d6d
3 changed files with 12 additions and 12 deletions

View file

@ -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];
}