From 2208d3c134a7599d26badea849681e368fd34d7c Mon Sep 17 00:00:00 2001 From: Vanellope Date: Tue, 26 Feb 2019 20:24:49 +0900 Subject: [PATCH] Fix an infinite loop bug (#1218) --- src/widgets/GraphWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/GraphWidget.cpp b/src/widgets/GraphWidget.cpp index 6030b700..8e79026b 100644 --- a/src/widgets/GraphWidget.cpp +++ b/src/widgets/GraphWidget.cpp @@ -39,7 +39,6 @@ GraphWidget::GraphWidget(MainWindow *main, QAction *action) : emit graphEmpty(); } if (type == CutterCore::MemoryWidgetType::Graph && !emptyGraph) { - this->raise(); this->graphView->setFocus(); } });