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:
parent
3e233c2f24
commit
c7cab8e020
7 changed files with 81 additions and 70 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue