Problem: MS-Windows: mouse scroll events not handled for popups
Solution: Do not return early (Mao-Yining)
Ensure mouse wheel events on popup windows are properly processed by
sending the corresponding key messages. Previously, early returns
prevented normal event flow, causing popup windows to ignore scroll
input.
fixes: #19353
closes: #19369
Signed-off-by: Mao-Yining <mao.yining@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
update_screen(0);
setcursor();
out_flush();
- return;
}
#endif
update_screen(0);
setcursor();
out_flush();
- return;
}
# endif
mouse_col = g_xMouse;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2142,
/**/
2141,
/**/