aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-12 13:26:18 +0200
committerGitHub2017-09-12 13:26:18 +0200
commit6aa90e35bb57c8465e99693a24d89ce7f39a2af3 (patch)
treee01ff0af358efcb4d4ad9c7de8a4d2e6d43120e6
parent50eb62ea6e7d8d04723be222e0aee19b82cb083a (diff)
parent1c07d0e9aa647ede81787a0664724bb714b608c2 (diff)
downloadgodot-6aa90e35bb57c8465e99693a24d89ce7f39a2af3.tar.gz
godot-6aa90e35bb57c8465e99693a24d89ce7f39a2af3.tar.zst
godot-6aa90e35bb57c8465e99693a24d89ce7f39a2af3.zip
-rw-r--r--scene/resources/default_theme/default_theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index fdea5960e..1272e5a94 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -794,7 +794,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
// RichTextLabel
theme->set_stylebox("focus", "RichTextLabel", focus);
- theme->set_stylebox("normal", "RichTextLabel", make_stylebox(tree_bg_png, 3, 3, 3, 3));
+ theme->set_stylebox("normal", "RichTextLabel", make_empty_stylebox(0, 0, 0, 0));
theme->set_font("normal_font", "RichTextLabel", default_font);
theme->set_font("bold_font", "RichTextLabel", default_font);