mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Projucer: Correct default height multiplier in previous commit
This commit is contained in:
parent
8643d958c1
commit
b958ea92c2
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ public:
|
|||
auto nameWidth = font.getStringWidthFloat (pp->getName());
|
||||
|
||||
if (availableTextWidth == 0)
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
return static_cast<int> (nameWidth / availableTextWidth);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue