diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-11-14 12:23:47 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2018-11-14 21:21:51 -0300 |
commit | 5f4485d4ffbdeb8c410933607547a3df665c5b7a (patch) | |
tree | e1d725acb776a14c1d11488496d57212449ca8c6 /scene | |
parent | d2e642b2dc088486ac040c64dbc008dbf918f534 (diff) |
Always use default theme for overrides, closes #13071
Diffstat (limited to 'scene')
-rw-r--r-- | scene/gui/control.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index ea5a150478..79e1d35b94 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -335,6 +335,7 @@ void Control::_get_property_list(List<PropertyInfo> *p_list) const { theme = data.theme; } else { theme = Theme::get_default(); + }*/ { |