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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-05-17 11:56:36 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-05-17 12:17:45 +0300
commit12e523d12c88d05d220f426bdb08525a572649d6 (patch)
tree019d4d9233fcafdec11ddd391c775d8418de642b /source/blender/windowmanager/intern/wm_draw.c
parent35a298db52094771c34320f8f1dc1d103ba8373c (diff)
Fix menu navigation and modal tools affecting the active region.
We updated the active region during redraw to fix missing updates on file load, restrict it more now to avoid unwanted updates.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_draw.c')
-rw-r--r--source/blender/windowmanager/intern/wm_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_draw.c b/source/blender/windowmanager/intern/wm_draw.c
index c7cd381747a..af70b3f1a5b 100644
--- a/source/blender/windowmanager/intern/wm_draw.c
+++ b/source/blender/windowmanager/intern/wm_draw.c
@@ -811,7 +811,6 @@ void wm_draw_update(bContext *C)
wm_window_make_drawable(wm, win);
/* notifiers for screen redraw */
- ED_screen_set_active_region(C, &win->eventstate->x);
ED_screen_ensure_updated(wm, win, screen);
wm_draw_window(C, win);