mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Added a file parameter to the LookAndFeel::drawFileBrowserRow methods
This commit is contained in:
parent
a54ad21045
commit
bebe32357f
9 changed files with 33 additions and 32 deletions
|
|
@ -183,7 +183,7 @@ public:
|
|||
}
|
||||
|
||||
owner.getLookAndFeel().drawFileBrowserRow (g, width, height,
|
||||
file.getFileName(),
|
||||
file, file.getFileName(),
|
||||
&icon, fileSize, modTime,
|
||||
isDirectory, isSelected(),
|
||||
indexInContentsList, owner);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue