| 6251 | } |
| 6252 | |
| 6253 | void EditorNode::_prepare_save_confirmation_popup() { |
| 6254 | if (save_confirmation->get_window() != get_last_exclusive_window()) { |
| 6255 | save_confirmation->reparent(get_last_exclusive_window()); |
| 6256 | } |
| 6257 | } |
| 6258 | |
| 6259 | void EditorNode::_toggle_distraction_free_mode() { |
| 6260 | if (EDITOR_GET("interface/editor/separate_distraction_mode")) { |
nothing calls this directly
no test coverage detected