Closed drehren closed 2 months ago
When changing resolution or adding an external monitor, Windows makes the bitmap move "under" the non-client area. This can be seen as the following:
It fixes when the Nvy window is moved.
The code fixes this by telling Windows not to mess with Nvy window content.
Sorry for the very long response time, the change seems to work, we could also consider re-rendering properly during resize but this is an improvement for now.
When changing resolution or adding an external monitor, Windows makes the bitmap move "under" the non-client area. This can be seen as the following:
It fixes when the Nvy window is moved.
The code fixes this by telling Windows not to mess with Nvy window content.