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
Projucer: Don't resize MissingDependenciesComponent in PropertyGroupComponent::resizePropertyComponent()
tags/2021-05-28
ed
8 years ago
parent
2798643772
commit
19f50e6090
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
extras/Projucer/Source/Project/jucer_ConfigTree_Base.h
+ 3
- 0
extras/Projucer/Source/Project/jucer_ConfigTree_Base.h
View File
@@ -186,6 +186,9 @@ public:
void resizePropertyComponent (PropertyComponent* pp)
{
if (pp->getName() == "Dependencies")
return;
if (auto* propertyChild = pp->getChildComponent (0))
{
auto bounds = propertyChild->getBounds();
Write
Preview
Loading…
Cancel
Save