oops
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@742 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
8be8c2bb39
commit
b83b0e6006
1 changed files with 4 additions and 2 deletions
|
|
@ -521,8 +521,10 @@ void MwSetDefault(MwWidget handle) {
|
|||
inherit_integer(handle, MwNmodernLook, 1);
|
||||
#endif
|
||||
#if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2)
|
||||
set_font(handle);
|
||||
set_boldfont(handle);
|
||||
if(handle->widget_class != NULL){
|
||||
set_font(handle);
|
||||
set_boldfont(handle);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue