Fix an infinite loop bug (#1218)

This commit is contained in:
Vanellope 2019-02-26 20:24:49 +09:00 committed by Itay Cohen
parent a10ca8f033
commit 2208d3c134

View File

@ -39,7 +39,6 @@ GraphWidget::GraphWidget(MainWindow *main, QAction *action) :
emit graphEmpty();
}
if (type == CutterCore::MemoryWidgetType::Graph && !emptyGraph) {
this->raise();
this->graphView->setFocus();
}
});