On 29.08.2017 20:06, Fabian Maurer wrote:
Fixes Bug 43632. winecfg used the broken behavior that was fixed in f7f7b89e2e9117811c91269643868c6d063db5e9, so we need to adjust it.
Signed-off-by: Fabian Maurer dark.shadow4@web.de
programs/winecfg/winecfg.rc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
Interesting thing to test I think is to verify if current cross-built winecfg shows the same issue on Windows, before changing them all.
Interesting thing to test I think is to verify if current cross-built winecfg shows the same issue on Windows, before changing them all.
Well, I already added a testcase to show this behavior, but it can't hurt, I guess.
I needed to remove the link to "wine_get_unix_file_name" in theme.c, and remove the manifest from the exe, then it starts up on windows. For some reason, it started itself a few hundred times, but then the GUI showed up.
The issue is the same on windows, the combobox doesn't work properly the way it currently is, with the patch I submitted it works fine. Actually, windows does show a listbox without the patch, but it's merely 2 pixels in height.
Regards, Fabian Maurer