29 May
2005
29 May
'05
10:31 a.m.
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.