1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

bug fixes.

This commit is contained in:
dan
1999-05-17 16:04:48 +00:00
parent d95a0af324
commit 37ba5a836f
2 changed files with 3 additions and 1 deletions

View File

@@ -640,6 +640,8 @@ WMSetTabViewFont(WMTabView *tPtr, WMFont *font)
WMReleaseFont(tPtr->font);
tPtr->font = WMRetainFont(font);
tPtr->tabHeight = WMFontHeight(tPtr->font) + 3;
recalcTabWidth(tPtr);
}