mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Improved CallOutBox layout. Minor introjucer tidy-ups.
This commit is contained in:
parent
824f1b8484
commit
96ec22501a
13 changed files with 154 additions and 178 deletions
|
|
@ -125,8 +125,7 @@ void ProjectContentComponent::updateMissingFileStatuses()
|
|||
|
||||
bool ProjectContentComponent::showEditorForFile (const File& f)
|
||||
{
|
||||
return showDocument (OpenDocumentManager::getInstance()
|
||||
->getDocumentForFile (project, f));
|
||||
return showDocument (OpenDocumentManager::getInstance()->openFile (project, f));
|
||||
}
|
||||
|
||||
bool ProjectContentComponent::showDocument (OpenDocumentManager::Document* doc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue