Skip to content

Commit f42a196

Browse files
committed
fix regression that prevented backing up from triage view
1 parent 0282141 commit f42a196

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/triage/entry.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ bool EntryTreeView::canCopySelection() const
224224

225225
void EntryTreeView::entrySelected(const QModelIndex& cur, const QModelIndex&)
226226
{
227-
FunctionRef func = m_model->getEntry(cur);
228-
if (func)
229-
m_view->setCurrentOffset(func->GetStart());
230227
}
231228

232229

0 commit comments

Comments
 (0)