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:
authorJulian Eisel <eiseljulian@gmail.com>2016-03-28 17:42:13 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-03-28 17:45:12 +0300
commit37b7b3a9355af05ad322491c20dab9fb3e79b54d (patch)
tree2498b3ef664b1bbc21536c54048b21c39b091dcd /source/blender/editors/space_view3d/view3d_fly.c
parent28ca3ebc5f81347cad53f9a8b946166f469fa7da (diff)
T47532: Pop-ups drop fast mouse clicks
Caused by rBc24be7ec6e5. Before rBc24be7ec6e5, wm_handlers_do always called handlers a second time with event value KM_PRESS in case of a double click. After it, this was only the case for non-LEFTMOUSE events. Since ui_popup_handler (almost) always returned WM_UI_HANDLER_BREAK, the second handler iteration with KM_PRESS wouldn't run. This fix just makes sure we return WM_UI_HANDLER_CONTINUE for double click events instead (causing second iteration to run).
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_fly.c')
0 files changed, 0 insertions, 0 deletions