1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Cleaned up some table look+feel code.

This commit is contained in:
jules 2013-09-28 11:50:49 +01:00
parent 3e233c2f24
commit c7cab8e020
7 changed files with 81 additions and 70 deletions

View file

@ -403,7 +403,7 @@ bool MainWindowList::openFile (const File& file)
if (file.hasFileExtension (Project::projectFileExtension))
{
ScopedPointer <Project> newDoc (new Project (file));
ScopedPointer<Project> newDoc (new Project (file));
if (newDoc->loadFrom (file, true))
{