From be3adb51de21652d64a6839cd5614c5096064c6a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Apr 2019 16:43:50 +1000 Subject: UI: ignore events in empty region overlap areas - Resizable areas use 2D view bounds. - Header uses the button bounds. - A margin is added to avoid clicking between buttons. - Region resize edges clamp to the 2D view bounds. Resovles T61554 --- source/blender/editors/screen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/screen/CMakeLists.txt') diff --git a/source/blender/editors/screen/CMakeLists.txt b/source/blender/editors/screen/CMakeLists.txt index daa72ac194c..9576920bcd2 100644 --- a/source/blender/editors/screen/CMakeLists.txt +++ b/source/blender/editors/screen/CMakeLists.txt @@ -39,6 +39,7 @@ set(INC_SYS set(SRC area.c + area_query.c area_utils.c glutil.c screen_context.c -- cgit v1.2.3