diff options
| author | volzhs | 2017-05-03 05:13:12 +0900 |
|---|---|---|
| committer | volzhs | 2017-05-09 17:46:54 +0900 |
| commit | bb8129304791e8cde23694168b9e121b71161e96 (patch) | |
| tree | 2f1d71c3c14a615ecb6b669d388ca8e5012ed5c6 /editor/connections_dialog.cpp | |
| parent | 17e8e343fb900c3b308b3a6cb8611a16b476e71e (diff) | |
| download | godot-bb8129304791e8cde23694168b9e121b71161e96.tar.gz godot-bb8129304791e8cde23694168b9e121b71161e96.tar.zst godot-bb8129304791e8cde23694168b9e121b71161e96.zip | |
Diffstat (limited to 'editor/connections_dialog.cpp')
| -rw-r--r-- | editor/connections_dialog.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index 93c2b7493..4b60c497c 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -419,6 +419,10 @@ void ConnectionsDock::_notification(int p_what) { //RID ci = get_canvas_item(); //get_stylebox("panel","PopupMenu")->draw(ci,Rect2(Point2(),get_size())); } + + if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) { + update_tree(); + } } void ConnectionsDock::_close() { |
