For consistency, define text colour of bb-tracks in CSS too
This commit is contained in:
@@ -499,7 +499,12 @@ SampleTCOView {
|
||||
AutomationPatternView {
|
||||
color: #99afff;
|
||||
qproperty-fgColor: rgb( 204, 215, 255 );
|
||||
qproperty-textColor: rgb( 255, 255, 255 );
|
||||
qproperty-textColor: rgb( 255, 255, 255 );
|
||||
}
|
||||
|
||||
/* bb-pattern */
|
||||
bbTCOView {
|
||||
qproperty-textColor: rgb( 255, 255, 255 );
|
||||
}
|
||||
|
||||
/* Plugins */
|
||||
|
||||
@@ -219,7 +219,7 @@ void bbTCOView::paintEvent( QPaintEvent * )
|
||||
|
||||
p.setPen( QColor( 0, 0, 0 ) );
|
||||
p.drawText( 4, p.fontMetrics().height()+1, m_bbTCO->name() );
|
||||
p.setPen( QColor( 255, 255, 255 ) );
|
||||
p.setPen( textColor() );
|
||||
p.drawText( 3, p.fontMetrics().height(), m_bbTCO->name() );
|
||||
|
||||
if( m_bbTCO->isMuted() )
|
||||
|
||||
Reference in New Issue
Block a user