mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-21 01:05:45 +01:00
fixed font bug in WINGs
font panel problems po file problems misc bugs
This commit is contained in:
@@ -604,6 +604,13 @@ WMSetTextFieldFont(WMTextField *tPtr, WMFont *font)
|
||||
}
|
||||
|
||||
|
||||
WMFont*
|
||||
WMGetTextFieldFont(WMTextField *tPtr)
|
||||
{
|
||||
return tPtr->font;
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void
|
||||
didResizeTextField(W_ViewDelegate *self, WMView *view)
|
||||
|
||||
Reference in New Issue
Block a user