cleanups
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1195 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -116,13 +116,8 @@ liveToolView::liveToolView( tool * _tool ) :
|
||||
"F1-F10 keys mute the first 10 instruments in the "
|
||||
"Beat+Baseline Editor." ) );
|
||||
|
||||
hide();
|
||||
if( parentWidget() )
|
||||
{
|
||||
parentWidget()->hide();
|
||||
parentWidget()->layout()->setSizeConstraint(
|
||||
QLayout::SetFixedSize );
|
||||
}
|
||||
parentWidget()->hide();
|
||||
parentWidget()->layout()->setSizeConstraint( QLayout::SetFixedSize );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user