1
0
Fork 0
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:
jules 2012-01-26 10:31:19 +00:00
parent 824f1b8484
commit 96ec22501a
13 changed files with 154 additions and 178 deletions

View file

@ -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)