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:
parent
57a0fd5cef
commit
d86d68446c
21 changed files with 112 additions and 61 deletions
|
|
@ -51,7 +51,8 @@ void Value::ValueSource::sendChangeMessage (const bool synchronous)
|
|||
}
|
||||
else
|
||||
{
|
||||
triggerAsyncUpdate();
|
||||
if (valuesWithListeners.size() > 0)
|
||||
triggerAsyncUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue