1
0
Fork 0
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:
jules 2012-01-30 12:59:36 +00:00
parent c539feabd5
commit 36bd285c4b
22 changed files with 27 additions and 24 deletions

View file

@ -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;