mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Viewport component listener fix. Minor clean-ups.
This commit is contained in:
parent
c539feabd5
commit
36bd285c4b
22 changed files with 27 additions and 24 deletions
|
|
@ -450,7 +450,7 @@ void TabbedButtonBar::resized()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
const Colour TabbedButtonBar::getTabBackgroundColour (const int tabIndex)
|
||||
Colour TabbedButtonBar::getTabBackgroundColour (const int tabIndex)
|
||||
{
|
||||
TabInfo* const tab = tabs [tabIndex];
|
||||
return tab == nullptr ? Colours::white : tab->colour;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue