Added the initialization of the active mixer brush.

This commit is contained in:
Rüdiger Ranft
2014-12-19 17:13:29 +01:00
parent 8d6a17a047
commit 7cc080efbd

View File

@@ -46,7 +46,8 @@ QPixmap * FxLine::s_receiveBgArrow = NULL;
FxLine::FxLine( QWidget * _parent, FxMixerView * _mv, int _channelIndex) :
QWidget( _parent ),
m_mv( _mv ),
m_channelIndex( _channelIndex )
m_channelIndex( _channelIndex ),
m_backgroundActive( Qt::SolidPattern )
{
if( ! s_sendBgArrow )
{