mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Introjucer: more AAX support and some clean-ups.
This commit is contained in:
parent
165bed1fbf
commit
9074f68da8
14 changed files with 86 additions and 23 deletions
|
|
@ -898,7 +898,7 @@ struct ProjectSettingsTreeClasses
|
|||
|
||||
bool isRoot() const { return true; }
|
||||
String getRenamingName() const { return getDisplayName(); }
|
||||
String getDisplayName() const { return project.getProjectName().toString(); }
|
||||
String getDisplayName() const { return project.getTitle(); }
|
||||
void setName (const String&) {}
|
||||
bool isMissing() { return false; }
|
||||
const Drawable* getIcon() const { return project.getMainGroup().getIcon(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue