This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Introjucer: fix for jucer deselecting objects.
tags/2021-05-28
jules
12 years ago
parent
c8b3d28acc
commit
0908261245
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.cpp
+ 1
- 0
extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.cpp
View File
@@ -574,6 +574,7 @@ bool JucerDocument::flushChangesToDocuments()
cpp->getCodeDocument().replaceAllContent (cppTemplate);
}
userDocChangeTimer = nullptr;
return true;
}
Write
Preview
Loading…
Cancel
Save