diff --git a/src/widgets/OverviewWidget.cpp b/src/widgets/OverviewWidget.cpp index 80a3f569..dcafcfac 100644 --- a/src/widgets/OverviewWidget.cpp +++ b/src/widgets/OverviewWidget.cpp @@ -118,9 +118,6 @@ void OverviewWidget::updateGraphData() return; } if (targetGraphWidget && !targetGraphWidget->getGraphView()->isGraphEmpty()) { - if (targetGraphWidget->getGraphView()->currentFcnAddr == graphView->currentFcnAddr) { - return; - } graphView->currentFcnAddr = targetGraphWidget->getGraphView()->currentFcnAddr; auto &mainGraphView = *targetGraphWidget->getGraphView(); graphView->setData(mainGraphView.getWidth(), mainGraphView.getHeight(),