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:
parent
457e838971
commit
730e603b02
21 changed files with 503 additions and 305 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue