1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix missing stylebox for LinkButton's hover states

This commit is contained in:
Waldson Patrício
2017-12-06 16:36:44 -03:00
parent a8ae46e143
commit 62b0799ba0

View File

@@ -257,6 +257,8 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
// LinkButton
theme->set_stylebox("focus", "LinkButton", focus);
theme->set_font("font", "LinkButton", default_font);
theme->set_color("font_color", "LinkButton", control_font_color);