mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Added mac NSException catching and tidied up some warnings.
This commit is contained in:
parent
ce7def1f9d
commit
1f38660d94
7 changed files with 144 additions and 7 deletions
|
|
@ -192,9 +192,6 @@ bool FileBrowserComponent::currentFileIsValid() const
|
|||
return ! getSelectedFile (0).isDirectory();
|
||||
else
|
||||
return getSelectedFile (0).exists();
|
||||
|
||||
jassertfalse
|
||||
return false;
|
||||
}
|
||||
|
||||
const File FileBrowserComponent::getHighlightedFile() const throw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue