tab: Shift selected tab text up instead of down

Vitaliy Margolen wine-patch at kievinfo.com
Sun May 29 05:31:44 CDT 2005


Sunday, May 29, 2005, 2:17:12, Vitaliy Margolen wrote:
> Hi,

> Changelog
> * Shift selected tab text up instead of down.
>-         drawRect->>bottom += 3;
>+         drawRect->>bottom -= 3;

This does not shift tab up. This will shrink tab text area instead of growing
it. Also you missed note above about keeping TAB_DrawItem in sync with this
part.

All these numbers had been verified against native, including custom drawn tabs
(see WM_DRAWITEM message).

Vitaliy.




More information about the wine-devel mailing list