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')
-rw-r--r--source/blender/editors/screen/area.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 58251bbb6d9..f06633c1c92 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -3137,6 +3137,10 @@ void ED_region_header_layout(const bContext *C, ARegion *region)
}
UI_block_end(C, block);
+
+ /* In most cases there is only ever one header, it never makes sense to draw more than one
+ * header in the same region, this results in overlapping buttons, see: T60195. */
+ break;
}
if (!region_layout_based) {