17 Jul
2008
17 Jul
'08
10:27 a.m.
MikoĊaj Zalewski <mikolaj(a)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(a)winehq.org