mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Fix decompiler widget not updating xrefs to decompiled function (#1851)
This commit is contained in:
parent
723c1ea33d
commit
3e0d5a8981
@ -239,6 +239,7 @@ void DecompilerWidget::updateCursorPosition()
|
||||
if (pos == SIZE_MAX) {
|
||||
return;
|
||||
}
|
||||
mCtxMenu->setOffset(offset);
|
||||
connectCursorPositionChanged(true);
|
||||
QTextCursor cursor = ui->textEdit->textCursor();
|
||||
cursor.setPosition(pos);
|
||||
|
Loading…
Reference in New Issue
Block a user