removed obsolete move()-call
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@744 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -98,10 +98,6 @@ void textFloat::reparent( QWidget * _new_parent )
|
||||
position += _new_parent->pos();
|
||||
}
|
||||
|
||||
// Position this widget to the right of the parent
|
||||
//
|
||||
move( position + QPoint(_ new_parent->width() + 5, 5 ) );
|
||||
|
||||
QWidget::setParent( _new_parent, Qt::FramelessWindowHint |
|
||||
Qt::WindowStaysOnTopHint | Qt::ToolTip );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user