MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / _prepare_save_confirmation_popup

Method _prepare_save_confirmation_popup

editor/editor_node.cpp:6253–6257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6251}
6252
6253void 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
6259void EditorNode::_toggle_distraction_free_mode() {
6260 if (EDITOR_GET("interface/editor/separate_distraction_mode")) {

Callers

nothing calls this directly

Calls 2

get_windowMethod · 0.80
reparentMethod · 0.45

Tested by

no test coverage detected