Alexandre Julliard wrote:
> Vitaliy Margolen writes:
>
>> Alexandre Julliard wrote:
>>> Vitaliy writes:
>>>
+ /* Get non-client size */
+ if (!psInfo->isModeless)
+ {
+RECT rc1;
+
+GetWindowRect(hwndDlg, &rc);
+GetClientRect(hwndDlg, &rc1);
Vitaliy Margolen writes:
> Alexandre Julliard wrote:
>> Vitaliy writes:
>>
>>> + /* Get non-client size */
>>> + if (!psInfo->isModeless)
>>> + {
>>> +RECT rc1;
>>> +
>>> +GetWindowRect(hwndDlg, &rc);
>>> +GetClientRect(hwndDlg, &rc1);
>>> +tabOffsetX = rc.right - rc.left -
Alexandre Julliard wrote:
> Vitaliy writes:
>
>> + /* Get non-client size */
>> + if (!psInfo->isModeless)
>> + {
>> +RECT rc1;
>> +
>> +GetWindowRect(hwndDlg, &rc);
>> +GetClientRect(hwndDlg, &rc1);
>> +tabOffsetX = rc.right - rc.left - (rc1.right - rc.left);
>> +tabOffs
Vitaliy writes:
> + /* Get non-client size */
> + if (!psInfo->isModeless)
> + {
> +RECT rc1;
> +
> +GetWindowRect(hwndDlg, &rc);
> +GetClientRect(hwndDlg, &rc1);
> +tabOffsetX = rc.right - rc.left - (rc1.right - rc.left);
> +tabOffsetY = rc.bottom - rc.top - (rc1.bottom
Vitaliy Margolen wrote:
> Size of tabs has nothing to do with the size of a window title.
> Fixes bug 8522.
> ---
> dlls/comctl32/propsheet.c | 17 ++---
> 1 files changed, 14 insertions(+), 3 deletions(-)
>
Was there anything wrong with this patch? Adding tests for this won't work