1
0
Fork 0
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:
jules 2017-06-21 09:43:42 +01:00
parent a54ad21045
commit bebe32357f
9 changed files with 33 additions and 32 deletions

View file

@ -183,7 +183,7 @@ public:
}
owner.getLookAndFeel().drawFileBrowserRow (g, width, height,
file.getFileName(),
file, file.getFileName(),
&icon, fileSize, modTime,
isDirectory, isSelected(),
indexInContentsList, owner);