Add remote history to EditorUndoRedoManager
This commit is contained in:
parent
12ab5731ab
commit
f764db1bdd
4 changed files with 43 additions and 3 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "editor/editor_log.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
#include "editor/inspector_dock.h"
|
||||
#include "editor/plugins/editor_debugger_plugin.h"
|
||||
#include "editor/plugins/script_editor_plugin.h"
|
||||
|
|
@ -274,6 +275,7 @@ void EditorDebuggerNode::stop(bool p_force) {
|
|||
});
|
||||
_break_state_changed();
|
||||
breakpoints.clear();
|
||||
EditorNode::get_undo_redo()->clear_history(false, EditorUndoRedoManager::REMOTE_HISTORY);
|
||||
set_process(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue