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

This commit is contained in:
Dean Lee
2023-02-13 12:11:55 +08:00
committed by GitHub
parent 38cf0b8382
commit fff6e8baf6
+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 {