Skip to content

Commit

Permalink
restore proper resoruce selection and scroll position for GetInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Oct 19, 2024
1 parent a93e2a6 commit 2744369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MainUI/BookBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,9 @@ void BookBrowser::GetInfo()

MDViewer mdv(mdsrc);
mdv.exec();

SelectResources(resources);
m_TreeView->verticalScrollBar()->setSliderPosition(scrollY);
}

void BookBrowser::AddSemanticCode()
Expand Down

0 comments on commit 2744369

Please sign in to comment.