Fix unnecessary Auto-Decompile on Seek (#1734)

This commit is contained in:
Florian Märkl 2019-09-03 16:25:28 +02:00 committed by xarkes
parent 89e87dbbf2
commit 77ab80a5b2

View File

@ -147,6 +147,7 @@ void PseudocodeWidget::doRefresh(RVA addr)
return;
}
decompiledFunctionAddr = Core()->getFunctionStart(addr);
dec->decompileAt(addr);
if (dec->isRunning()) {
ui->progressLabel->setVisible(true);