Correctly rescan visible data
This commit is contained in:
parent
945dc48ea7
commit
ea38eb4318
2 changed files with 39 additions and 45 deletions
|
@ -56,7 +56,7 @@ void CtrlDisAsmView::deinit()
|
|||
|
||||
void CtrlDisAsmView::scanFunctions()
|
||||
{
|
||||
|
||||
manager.analyze(windowStart,manager.getNthNextAddress(windowStart,visibleRows)-windowStart);
|
||||
}
|
||||
|
||||
LRESULT CALLBACK CtrlDisAsmView::wndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue