[PATCH 1/2] comctl32/listview: Implement LVM_ISGROUPVIEWENABLED message handling

Nikolay Sivov nsivov at codeweavers.com
Sun Dec 30 00:01:17 CST 2018


On 12/30/18 6:18 AM, Isira Seneviratne wrote:

>
> -  /* case LVM_ISGROUPVIEWENABLED: */
> +  case LVM_ISGROUPVIEWENABLED:
> +    /* LVS_ALIGNTOP is required for group view */
> +    return GetWindowLongPtrA(hwnd, GWL_STYLE) & LVS_ALIGNTOP;
No, that's not how it works.



More information about the wine-devel mailing list