mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Projucer: Fixed a bug when recalling empty SDK path values
This commit is contained in:
parent
fcc0ed9ffa
commit
c4663b5aec
1 changed files with 3 additions and 0 deletions
|
|
@ -381,6 +381,9 @@ protected:
|
|||
globalIdentifier = global.getPropertyID();
|
||||
os = targetOS;
|
||||
|
||||
if (wrappedValue.get() == var())
|
||||
wrappedValue.resetToDefault();
|
||||
|
||||
globalValue.addListener (this);
|
||||
valueChanged (globalValue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue