mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
cabana: fix crash in BinaryView::refresh (#27318)
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