Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbutton

Fix missing stylebox for LinkButton's hover states
This commit is contained in:
Andreas Haas 2017-12-06 21:57:13 +00:00 committed by GitHub
commit 820cdb46fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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