Fix #110834: UI: Prevent flickering when scrolling popovers. #110844

Open
YimingWu wants to merge 1 commits from ChengduLittleA/blender:fix-110834 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 4 deletions

View File

@ -10424,10 +10424,6 @@ static int ui_handle_menu_event(bContext *C,
if (dy != 0.0f) {
ui_menu_scroll_apply_offset_y(region, block, dy);
if (but) {
but->active->cancel = true;
button_activate_exit(C, but, but->active, false, false);
}
WM_event_add_mousemove(CTX_wm_window(C));
}
}