Merge branch 'blender-v4.4-release'

This commit is contained in:
Harley Acheson
2025-02-25 15:40:25 -08:00

View File

@@ -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;
}