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

old-commit-hash: fff6e8baf6
beeps
Dean Lee 2 years ago committed by GitHub
parent 907939d882
commit 1a89fddc40
  1. 2
      tools/cabana/binaryview.cc

@ -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 {

Loading…
Cancel
Save