diff --git a/graphwidget.cpp b/graphwidget.cpp index f1a9dc5..15faf1b 100644 --- a/graphwidget.cpp +++ b/graphwidget.cpp @@ -766,7 +766,6 @@ void GraphWidget::addFirstNode() node->setHtml( QString("")); m_scene->addItem(node); - node->setPos(-25, -25); m_nodeList.append(node);