1
0
Fork 0
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:
ed 2018-11-05 09:29:02 +00:00
parent fcc0ed9ffa
commit c4663b5aec

View file

@ -381,6 +381,9 @@ protected:
globalIdentifier = global.getPropertyID();
os = targetOS;
if (wrappedValue.get() == var())
wrappedValue.resetToDefault();
globalValue.addListener (this);
valueChanged (globalValue);
}