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(-)
https://bugs.winehq.org/show_bug.cgi?id=57355
AndyF andreas.franz@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.franz@arcor.de Distribution|--- |Mint Regression SHA1| |4e06b87633ec7e04822ad4f4854 | |df7ae43f0d7e0
https://bugs.winehq.org/show_bug.cgi?id=57355
--- Comment #1 from AndyF andreas.franz@arcor.de --- Created attachment 77326 --> https://bugs.winehq.org/attachment.cgi?id=77326 Controls are ok.
https://bugs.winehq.org/show_bug.cgi?id=57355
--- Comment #2 from AndyF andreas.franz@arcor.de --- Created attachment 77327 --> https://bugs.winehq.org/attachment.cgi?id=77327 Controls after resizing.
https://bugs.winehq.org/show_bug.cgi?id=57355
AndyF andreas.franz@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=57355
AndyF andreas.franz@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Window-resize won't refresh |Window-resize won't refresh |controls on mainform |controls on .NET mainform
https://bugs.winehq.org/show_bug.cgi?id=57355
AndyF andreas.franz@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Window-resize won't refresh |Window-resize won't refresh |controls on .NET mainform |controls on mainform
https://bugs.winehq.org/show_bug.cgi?id=57355
AndyF andreas.franz@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #3 from AndyF andreas.franz@arcor.de --- ... seems to be fixed with latest master branch.
https://bugs.winehq.org/show_bug.cgi?id=57355
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.21.