re-enabled tooltips
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1064 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -35,7 +35,7 @@ void toolTip::add( QWidget * _w, const QString & _txt )
|
||||
{
|
||||
if( !configManager::inst()->value( "tooltips", "disabled" ).toInt() )
|
||||
{
|
||||
//_w->setToolTip( _txt );
|
||||
_w->setToolTip( _txt );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user