Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index ff9b56d7859..67222cc07f9 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -769,18 +769,6 @@ static void wm_file_read_post(bContext *C, const struct wmFileReadPost_Params *p
WM_toolsystem_init(C);
}
}
-
- /* Keep last. */
- if (use_data) {
- if (!G.background) {
- /* Special case, when calling indirectly (from a Python script for example),
- * the event loop wont run again to set the active window.
- * Set the window here to allow scripts to continue running other operations, see: T92464. */
- if (wm->op_undo_depth > 0) {
- CTX_wm_window_set(C, wm->windows.first);
- }
- }
- }
}
/** \} */