On Tue Aug 29 04:11:26 2023 +0000, Zhiyi Zhang wrote:
I also wonder if SWP_NOCOPYBITS is automatically added in certain cases. You can test moving the window to a new position, shrinking or expanding the size, and see what happens.
I believe the issue is in comctl32 and not in MoveWindow() due to the fact that wine notepad has the same issue on windows if wine's comctl32 is brought over with it and used instead of windows comctl32 (Built notepad using an external comctl32 dll). I will look into MoveWindow(). Thank you.