don't show control edit button if there aren't any controls
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@341 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
* include/ladspa_control_dialog.h:
|
||||
* src/core/ladspa_control_dialog.cpp:
|
||||
* src/widgets/ladspa_control.cpp:
|
||||
added channel link selectors for individual ports
|
||||
* src/widgets/rack_plugin.cpp:
|
||||
- added channel link selectors for individual ports
|
||||
- don't show control edit button for plugins with no controls
|
||||
|
||||
2006-08-16 Erwin Goossen <egoossen/at/tomaatnet/dot/nl>
|
||||
|
||||
|
||||
@@ -197,6 +197,11 @@ rackPlugin::rackPlugin( QWidget * _parent,
|
||||
this, SLOT( closeEffects() ) );
|
||||
m_controlView->hide();
|
||||
|
||||
if( m_controlView->getControlCount() == 0 )
|
||||
{
|
||||
m_editButton->hide();
|
||||
}
|
||||
|
||||
#ifdef QT4
|
||||
this->setWhatsThis(
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user