small bug fix with info label hiding

This commit is contained in:
Volker Fischer 2020-05-21 21:24:37 +02:00
parent be04c665ff
commit a7770e27ae

View file

@ -236,6 +236,7 @@ bool CChannelFader::GetDisplayChannelLevel()
void CChannelFader::SetDisplayPans ( const bool eNDP ) void CChannelFader::SetDisplayPans ( const bool eNDP )
{ {
pInfoLabel->setHidden ( !eNDP );
pPanLabel->setHidden ( !eNDP ); pPanLabel->setHidden ( !eNDP );
pPan->setHidden ( !eNDP ); pPan->setHidden ( !eNDP );
} }