Mikołaj Zalewski mikolaj@zalewski.pl writes:
@@ -116,7 +116,7 @@ STATUSBAR_ComputeHeight(STATUS_INFO *infoPtr)
TEXTMETRICW tm;
COMCTL32_GetFontMetrics(infoPtr->hFont ? infoPtr->hFont : infoPtr->hDefaultFont, &tm);
- height = tm.tmHeight + 4 + infoPtr->verticalBorder;
- height = tm.tmHeight + tm.tmInternalLeading + 2 + infoPtr->verticalBorder;
This doesn't make sense, the height already includes tmInternalLeading.
--
Alexandre Julliard
julliard@winehq.org