Merge branch 'blender-v4.4-release'
This commit is contained in:
@@ -165,7 +165,8 @@ void ED_screen_draw_edges(wmWindow *win)
|
||||
return;
|
||||
}
|
||||
|
||||
if (screen->temp && BLI_listbase_is_single(&screen->areabase)) {
|
||||
if (BLI_listbase_is_single(&screen->areabase) && win->global_areas.areabase.first == nullptr) {
|
||||
/* Do not show edges on windows without global areas and with only one editor. */
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user