mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Replaced a few Justification references.
This commit is contained in:
parent
60fe89c1aa
commit
2091e8dfc8
18 changed files with 30 additions and 30 deletions
|
|
@ -51,7 +51,7 @@ String GroupComponent::getText() const
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void GroupComponent::setTextLabelPosition (const Justification& newJustification)
|
||||
void GroupComponent::setTextLabelPosition (Justification newJustification)
|
||||
{
|
||||
if (justification != newJustification)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue