mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 19:12:32 +01:00
bug fixes.
This commit is contained in:
@@ -640,6 +640,8 @@ WMSetTabViewFont(WMTabView *tPtr, WMFont *font)
|
|||||||
WMReleaseFont(tPtr->font);
|
WMReleaseFont(tPtr->font);
|
||||||
|
|
||||||
tPtr->font = WMRetainFont(font);
|
tPtr->font = WMRetainFont(font);
|
||||||
|
tPtr->tabHeight = WMFontHeight(tPtr->font) + 3;
|
||||||
|
recalcTabWidth(tPtr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1857,7 +1857,7 @@ createPanel(Panel *p)
|
|||||||
WMGroupButtons(panel->taliB[0], panel->taliB[1]);
|
WMGroupButtons(panel->taliB[0], panel->taliB[1]);
|
||||||
WMGroupButtons(panel->taliB[0], panel->taliB[2]);
|
WMGroupButtons(panel->taliB[0], panel->taliB[2]);
|
||||||
|
|
||||||
WMMapSubwidgets(panel->taliB);
|
WMMapSubwidgets(panel->taliF);
|
||||||
|
|
||||||
WMMapSubwidgets(panel->optF);
|
WMMapSubwidgets(panel->optF);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user