This commit is contained in:
Glenn Maynard
2006-02-26 21:35:18 +00:00
parent b492263f82
commit b73b9e66f0
+1 -1
View File
@@ -593,7 +593,7 @@ void OptionRow::UpdateEnabledDisabled()
RageColor color;
if( bThisRowHasFocusByAny ) color = m_pParentType->COLOR_SELECTED;
else if( bRowEnabled ) color = m_pParentType->COLOR_NOT_SELECTED;
else color = m_pParentType->COLOR_DISABLED;
else color = m_pParentType->COLOR_DISABLED;
if( m_bHidden )
color.a = 0;