mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Tidied up a few minor coding style discrepencies
This commit is contained in:
parent
2204c6b263
commit
d691838765
13 changed files with 82 additions and 94 deletions
|
|
@ -92,7 +92,7 @@ void JucerTreeViewBase::paintOpenCloseButton (Graphics& g, const Rectangle<float
|
|||
TreeViewItem::paintOpenCloseButton (g, area, getOwnerView()->findColour (defaultIconColourId), isMouseOver);
|
||||
}
|
||||
|
||||
void JucerTreeViewBase::paintIcon (Graphics &g, Rectangle<float> area)
|
||||
void JucerTreeViewBase::paintIcon (Graphics& g, Rectangle<float> area)
|
||||
{
|
||||
g.setColour (getContentColour (true));
|
||||
getIcon().draw (g, area, isIconCrossedOut());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue