Fix T92331: Duplicated Window Should Not Be Modal

Operator area_dupli_invoke should not create modal windows.

See D14253 for details.

Differential Revision: https://developer.blender.org/D14253

Reviewed by Brecht Van Lommel
This commit is contained in:
Harley Acheson 2022-03-08 13:54:19 -08:00
parent eb326c7b40
commit 353376c783
Notes: blender-bot 2023-02-14 09:43:37 +01:00
Referenced by issue #92331, Creating a detached window makes the main window irreversibly loose focus in 2.93.2 +
1 changed files with 1 additions and 1 deletions

View File

@ -1421,7 +1421,7 @@ static int area_dupli_invoke(bContext *C, wmOperator *op, const wmEvent *event)
area->winy,
SPACE_EMPTY,
false,
true,
false,
false,
WIN_ALIGN_ABSOLUTE);