b8cfc6a1
by Stefan Dösinger at 2026-05-01T19:27:29+02:00
hhctrl.ocx: Make Contents/Search/Index children of the tab control.
Right now they are siblings of the tab control and occupy the same area.
This causes issues when resizing the search tab: The tab control clears
its entire area and the listview only redraws newly created space,
causing part of the listview to disappear. The "Search" button is
affected too.
The contents tab is not affected because the treeview does a full
redraw.