mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +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();
|
||||
}
|
||||
if (type == CutterCore::MemoryWidgetType::Graph && !emptyGraph) {
|
||||
this->raise();
|
||||
this->graphView->setFocus();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user