mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Minor clean-ups.
This commit is contained in:
parent
e7141058b7
commit
8a66ec83f0
21 changed files with 107 additions and 97 deletions
|
|
@ -123,7 +123,7 @@ Colour JucerTreeViewBase::getContrastingColour (float contrast) const
|
|||
return getBackgroundColour().contrasting (contrast);
|
||||
}
|
||||
|
||||
Colour JucerTreeViewBase::getContrastingColour (const Colour& target, float minContrast) const
|
||||
Colour JucerTreeViewBase::getContrastingColour (Colour target, float minContrast) const
|
||||
{
|
||||
return getBackgroundColour().contrasting (target, minContrast);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue