https://bugs.winehq.org/show_bug.cgi?id=54268
Bug ID: 54268 Summary: Moving the separator in regedit don't repaint listview Product: Wine Version: 8.0-rc2 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: zzhang@codeweavers.com Distribution: ---
Created attachment 73833 --> https://bugs.winehq.org/attachment.cgi?id=73833 demo
Moving the separator in regedit don't repaint listview. See the attached video.
Bisect points to 33617af
33617af8145b6fadfe41d48968a728ff57b3064b is the first bad commit commit 33617af8145b6fadfe41d48968a728ff57b3064b Author: Jinoh Kang jinoh.kang.kr@gmail.com Date: Mon Oct 31 22:30:20 2022 +0900
server: Don't invalidate the newly exposed child region on the parent if it doesn't clip children.
This partly reverts e42eaaaf3a873d29b14f8f3a3617df2d0d4210ca.
Signed-off-by: Jinoh Kang jinoh.kang.kr@gmail.com
dlls/user32/tests/msg.c | 4 ---- server/window.c | 6 ++---- 2 files changed, 2 insertions(+), 8 deletions(-)