mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Fix unnecessary Auto-Decompile on Seek (#1734)
This commit is contained in:
parent
89e87dbbf2
commit
77ab80a5b2
@ -147,6 +147,7 @@ void PseudocodeWidget::doRefresh(RVA addr)
|
||||
return;
|
||||
}
|
||||
|
||||
decompiledFunctionAddr = Core()->getFunctionStart(addr);
|
||||
dec->decompileAt(addr);
|
||||
if (dec->isRunning()) {
|
||||
ui->progressLabel->setVisible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user