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
1 changed files with 2 additions and 0 deletions

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);