diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-14 23:31:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 23:31:48 +0200 |
commit | d6058b967d295d20e3ce93de9263d48002971693 (patch) | |
tree | 9beec3cc1f5442b5e211b3926f84db9473abc2c7 /scene/resources | |
parent | 1e49b2d72096720e6afe8634e13427d271e8bf15 (diff) | |
parent | aaf62fcecc7b95825e1843c52c6bd81ee8e5dd40 (diff) |
Merge pull request #20906 from Chaosus/rrect_fix
Fix ReferenceRect border
Diffstat (limited to 'scene/resources')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 2d05f5e19f..0eee2ae393 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -867,7 +867,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const Ref<StyleBoxTexture> ttnc = make_stylebox(full_panel_bg_png, 8, 8, 8, 8); ttnc->set_draw_center(false); - theme->set_stylebox("border", "ReferenceRect", make_stylebox(reference_border_png, 4, 4, 4, 4)); theme->set_stylebox("panelnc", "Panel", ttnc); theme->set_stylebox("panelf", "Panel", tc_sb); |