mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Refactored the linux Freetype font code and native file chooser (via zenity).
This commit is contained in:
parent
f18cb9f382
commit
fce514266e
9 changed files with 314 additions and 396 deletions
|
|
@ -38,3 +38,8 @@ void FileChooser::showPlatformDialog (Array<File>& results,
|
|||
|
||||
|
||||
}
|
||||
|
||||
bool FileChooser::isPlatformDialogAvailable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue