Alexandre Julliard pushed to branch master at wine / wine
Commits: f1301ced by Charlotte Pabst at 2024-10-09T12:43:45+02:00 riched20/tests: Test that ScrollWindowEx and GetClientRect are only called when control is in-place active.
- - - - - dafaadcb by Charlotte Pabst at 2024-10-09T12:43:45+02:00 riched20: Exit from editor_ensure_visible when control is not in-place active.
According to microsoft documentation, ScrollWindowEx, SetScrollPos and SetScrollRange may only be called while the control is in-place active.
This fixes a segmentation fault in an application.
- - - - - e61db557 by Charlotte Pabst at 2024-10-09T12:43:47+02:00 riched20: Only call ME_SendRequestResize when control is in-place active.
Prevent GetClientRect from being called when not in-place active.
- - - - -
2 changed files:
- dlls/riched20/paint.c - dlls/riched20/tests/txtsrv.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21921a2fee6724b461b837fa89f92e...