mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Introjucer: refactored some settings classes, and added new icons for the treeviews.
This commit is contained in:
parent
100301ed17
commit
b4251726f0
19 changed files with 158 additions and 188 deletions
|
|
@ -113,7 +113,7 @@ void ProjectContentComponent::setProject (Project* newProject)
|
|||
{
|
||||
if (project != newProject)
|
||||
{
|
||||
PropertiesFile& settings = StoredSettings::getInstance()->getProps();
|
||||
PropertiesFile& settings = getAppProperties();
|
||||
|
||||
if (project != nullptr)
|
||||
project->removeChangeListener (this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue