mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 20:02:13 +08:00
cabana: fix crash in BinaryView::refresh (#27318)
old-commit-hash: fff6e8baf6791382fc350950ee02e2ab0db78e44
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user