Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 994:282f4be8f058 imaf_enc
removed imaf sliders
author | alo |
---|---|
date | Tue, 14 Jul 2015 15:04:46 +0100 |
parents | 97ea68f62c1f |
children | c02c51ae5238 |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Thu Dec 05 09:47:02 2013 +0000 +++ b/widgets/PropertyBox.cpp Tue Jul 14 15:04:46 2015 +0100 @@ -230,6 +230,8 @@ playGainChanged(params->getPlayGain()); layout->setAlignment(gainDial, Qt::AlignVCenter); + +/* //code added by Jesus if (isIMAF){ @@ -283,6 +285,7 @@ } // end if isWaveform } // end if isIMAF // end code added by Jesus +*/ AudioDial *panDial = new AudioDial; layout->addWidget(panDial);