|
@@ -5079,6 +5079,7 @@ void EditorNode::_global_menu_action(const Variant &p_id, const Variant &p_meta)
|
|
if (id == GLOBAL_NEW_WINDOW) {
|
|
if (id == GLOBAL_NEW_WINDOW) {
|
|
if (OS::get_singleton()->get_main_loop()) {
|
|
if (OS::get_singleton()->get_main_loop()) {
|
|
List<String> args;
|
|
List<String> args;
|
|
|
|
+ args.push_back("-e");
|
|
String exec = OS::get_singleton()->get_executable_path();
|
|
String exec = OS::get_singleton()->get_executable_path();
|
|
|
|
|
|
OS::ProcessID pid = 0;
|
|
OS::ProcessID pid = 0;
|