https://bugs.winehq.org/show_bug.cgi?id=57355
Bug ID: 57355 Summary: Window-resize won't refresh controls on mainform Product: Wine Version: 9.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: win32u Assignee: wine-bugs@winehq.org Reporter: andreas.franz@arcor.de Distribution: ---
Since 9.20, .NET-application won't refresh windows-forms-controls positioned on "mainform", if you resize its main-window.
Regression test:
4e06b87633ec7e04822ad4f4854df7ae43f0d7e0 is the first bad commit commit 4e06b87633ec7e04822ad4f4854df7ae43f0d7e0 Author: RĂ©mi Bernon rbernon@codeweavers.com Date: Tue Oct 15 14:38:32 2024 +0200
win32u: Copy the entire window rect when the whole window is moved.
Instead of the visible rects, which may change with decoration mask changes.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57302
dlls/win32u/window.c | 14 +++++++------- dlls/winex11.drv/window.c | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-)