mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix validating editor bold font
This commit is contained in:
parent
48d3458f74
commit
aa5e34d018
@ -64,7 +64,7 @@
|
||||
Ref<DynamicFont> m_name; \
|
||||
m_name.instance(); \
|
||||
m_name->set_size(m_size); \
|
||||
if (CustomFont.is_valid()) { \
|
||||
if (CustomFontBold.is_valid()) { \
|
||||
m_name->set_font_data(CustomFontBold); \
|
||||
m_name->add_fallback(DefaultFontBold); \
|
||||
} else { \
|
||||
|
Loading…
Reference in New Issue
Block a user