Skip to content

Commit

Permalink
GH-697 Synchronize graph on theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Aug 10, 2024
1 parent 986b9c7 commit a3335e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/editor/graph/graph_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ void OrchestratorGraphEdit::_notification(int p_what)
hbox_panel->set_border_color(hbox_panel->get_shadow_color());
pc->add_theme_stylebox_override("panel", hbox_panel);
}

if (is_visible_in_tree())
_synchronize_graph_with_script();
}
}

Expand Down

0 comments on commit a3335e6

Please sign in to comment.