git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@742 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-16 08:25:01 +00:00
parent 8be8c2bb39
commit b83b0e6006

View File

@@ -521,8 +521,10 @@ void MwSetDefault(MwWidget handle) {
inherit_integer(handle, MwNmodernLook, 1); inherit_integer(handle, MwNmodernLook, 1);
#endif #endif
#if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2) #if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2)
set_font(handle); if(handle->widget_class != NULL){
set_boldfont(handle); set_font(handle);
set_boldfont(handle);
}
#endif #endif
} }