1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Projucer: The GUI editor now generates paint code containing extra variables for the coordinates, so that these can be overridden individually in custom code blocks

This commit is contained in:
jules 2017-05-05 09:57:10 +01:00
parent 457e838971
commit 730e603b02
21 changed files with 503 additions and 305 deletions

View file

@ -294,7 +294,7 @@ static void copyAcrossUserSections (String& dest, const String& src)
{
StringArray sourceLines;
if (getUserSection (srcLines, tag, sourceLines))
if (tag != "UserPaintCustomArguments" && getUserSection (srcLines, tag, sourceLines))
{
for (int j = endLine - i; --j > 0;)
dstLines.remove (i + 1);