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:
Tobias Doerffel
2008-02-29 23:07:30 +00:00
parent 941f843daf
commit a5f6c8c903

View File

@@ -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 );
}