Fix the editor path icon when switching from dark to light theme

This commit is contained in:
Hugo Locurcio
2019-10-15 09:07:44 +02:00
parent 48d3458f74
commit 91825ec1d4
2 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class EditorPath : public MenuButton {
void _add_children_to_popup(Object *p_obj, int p_depth = 0);
protected:
void _notification(int p_what);
static void _bind_methods();
public: