https://bugs.winehq.org/show_bug.cgi?id=54269
--- Comment #3 from 399989567@qq.com --- (In reply to Alexandre Julliard from comment #2)
You need to run in a virtual desktop, or unset the "allow the window manager to control the windows" option.
When the window is controlled by the X11 window manager there's no way for Wine to intercept the resize request.
In fact I think it is true that the wine code is implemented, wine does not set the corresponding X property, I made changes in the function set_size_hints to solve this bug (not yet submitted, because I do not know how to submit)
But when I scale the window, the window will have the maximum and minimum size as designed, but the window will still not redraw (the output text position will not change)
Even if I unset the "allow the window manager to control the windows" option, the output text position still does not change