[Git][wine/wine][master] hhctrl.ocx: Make Contents/Search/Index children of the tab control.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 1 changed file: - dlls/hhctrl.ocx/help.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b8cfc6a13ea80544529353aee6306ad... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b8cfc6a13ea80544529353aee6306ad... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)