summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-11-14 12:23:47 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-11-14 21:21:51 -0300
commit5f4485d4ffbdeb8c410933607547a3df665c5b7a (patch)
treee1d725acb776a14c1d11488496d57212449ca8c6 /scene
parentd2e642b2dc088486ac040c64dbc008dbf918f534 (diff)
Always use default theme for overrides, closes #13071
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/control.cpp1
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();
+
}*/
{