1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Introjucer: fix for jucer deselecting objects.

This commit is contained in:
jules 2013-04-17 09:13:22 +01:00
parent c8b3d28acc
commit 0908261245

View file

@ -574,6 +574,7 @@ bool JucerDocument::flushChangesToDocuments()
cpp->getCodeDocument().replaceAllContent (cppTemplate);
}
userDocChangeTimer = nullptr;
return true;
}