Skip to content

Commit 9856295

Browse files
0cynplafosse
authored andcommitted
KernelCache: Fix double-click load dialog in symbol list
1 parent d5d4fd7 commit 9856295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/kernelcache/ui/kctriage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ void KCTriageView::initSymbolTable()
380380
connect(dialog, &QMessageBox::buttonClicked, this, [=, this](QAbstractButton* button)
381381
{
382382
if (button == dialog->button(QMessageBox::Yes))
383-
loadImagesWithAddr({image->headerFileAddress});
383+
loadImagesWithAddr({image->headerVirtualAddress});
384384
});
385385

386386
dialog->exec();

0 commit comments

Comments
 (0)