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