From a5f6c8c903f9089e90c678877928745984bffc8a Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Fri, 29 Feb 2008 23:07:30 +0000 Subject: [PATCH] removed obsolete move()-call git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@744 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/widgets/text_float.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/widgets/text_float.cpp b/src/widgets/text_float.cpp index 452525d33..bb591d2a2 100644 --- a/src/widgets/text_float.cpp +++ b/src/widgets/text_float.cpp @@ -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 ); }