diff options
author | Fabian <supagu@gmail.com> | 2019-01-25 12:10:56 +1030 |
---|---|---|
committer | Fabian <supagu@gmail.com> | 2019-01-25 13:14:06 +1030 |
commit | 01170c911c7a1f435e20db4c4e31a0d98b95778a (patch) | |
tree | 68e94ab127bee1b767cabe0827c005a5cff3d5aa /scene/resources/theme.h | |
parent | 6ad4f16b1dcbd3f3397a7e9c2a635ccc920c5647 (diff) | |
download | redot-engine-01170c911c7a1f435e20db4c4e31a0d98b95778a.tar.gz |
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e
Diffstat (limited to 'scene/resources/theme.h')
-rw-r--r-- | scene/resources/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/theme.h b/scene/resources/theme.h index 021a2936bd..fb59073cbe 100644 --- a/scene/resources/theme.h +++ b/scene/resources/theme.h @@ -184,6 +184,7 @@ public: void get_type_list(List<StringName> *p_list) const; void copy_default_theme(); + void copy_theme(const Ref<Theme> &p_other); void clear(); Theme(); |