cabana: fix crash in BinaryView::refresh (#27318)

old-commit-hash: fff6e8baf6791382fc350950ee02e2ab0db78e44
This commit is contained in:
Dean Lee
2023-02-13 12:11:55 +08:00
committed by GitHub
parent 907939d882
commit 1a89fddc40
+1 -1
View File
@@ -143,8 +143,8 @@ void BinaryView::refresh() {
anchor_index = QModelIndex();
resize_sig = nullptr;
hovered_sig = nullptr;
highlightPosition(QCursor::pos());
model->refresh();
highlightPosition(QCursor::pos());
}
QSet<const Signal *> BinaryView::getOverlappingSignals() const {