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/editors/interface/interface_panel.c')
-rw-r--r--source/blender/editors/interface/interface_panel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index 3c50be8dcb9..22191d023f7 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -1574,6 +1574,9 @@ void UI_panel_category_draw_all(ARegion *ar, const char *category_id_active)
is_active_prev = is_active;
#endif
+
+ /* not essential, but allows events to be handled right up until the region edge [#38171] */
+ pc_dyn->rect.xmin = v2d->mask.xmin;
}
glDisable(GL_LINE_SMOOTH);