mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 11:56:12 +00:00
Fix an infinite loop bug (#1218)
This commit is contained in:
parent
a10ca8f033
commit
2208d3c134
@ -39,7 +39,6 @@ GraphWidget::GraphWidget(MainWindow *main, QAction *action) :
|
|||||||
emit graphEmpty();
|
emit graphEmpty();
|
||||||
}
|
}
|
||||||
if (type == CutterCore::MemoryWidgetType::Graph && !emptyGraph) {
|
if (type == CutterCore::MemoryWidgetType::Graph && !emptyGraph) {
|
||||||
this->raise();
|
|
||||||
this->graphView->setFocus();
|
this->graphView->setFocus();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user