Skip to content

Commit

Permalink
Always use default theme for overrides, closes #13071
Browse files Browse the repository at this point in the history
  • Loading branch information
reduz committed Nov 15, 2018
1 parent d2e642b commit 5f4485d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ void Control::_get_property_list(List<PropertyInfo> *p_list) const {
theme = data.theme;
} else {
theme = Theme::get_default();
}*/

{
Expand Down

2 comments on commit 5f4485d

@qarmin
Copy link
Contributor

@qarmin qarmin commented on 5f4485d Nov 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm.... This commit really repair #13071 issue?

@akien-mga
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's this one who did: 88bfb27
Not sure what this commit is about, seems to be a mistake.

Please sign in to comment.