| 456 | } |
| 457 | |
| 458 | void EditorDebuggerTree::update_icon_max_width() { |
| 459 | add_theme_constant_override("icon_max_width", get_theme_constant("class_icon_size", EditorStringName(Editor))); |
| 460 | } |
| 461 | |
| 462 | String EditorDebuggerTree::get_selected_path() { |
| 463 | if (!get_selected()) { |