1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

RTAS mac window position fix. Introjucer fixes for Windows.

This commit is contained in:
Julian Storer 2011-08-23 15:02:11 +01:00
parent 57a0fd5cef
commit d86d68446c
21 changed files with 112 additions and 61 deletions

View file

@ -51,7 +51,8 @@ void Value::ValueSource::sendChangeMessage (const bool synchronous)
}
else
{
triggerAsyncUpdate();
if (valuesWithListeners.size() > 0)
triggerAsyncUpdate();
}
}