Site Admin
Joined: 13 Jul 2003 |
Posts: 8363 |
|
|
 |
Posted: Mon Dec 23, 2024 1:13 am |
|
 |
 |
 |
 |
Apologies for the delay.
Issues with window docking can be challenging to reproduce, especially if you’ve customized the UI. Even if the IDE itself hasn’t been customized, using a custom Windows UI "improvement" software can sometimes trigger problems with the Windows stack. Specifically, Windows tracks stack depths when sending WM_WINDOWPOSCHANGING/CHANGED events. If the stack depth exceeds a certain threshold, Windows stops sending these events, which can leave some nested windows misaligned. I believe this might be what you're experiencing.
Here are my suggestions:
a) Test on a clean Windows machine running the same OS version, but without any customizations.
b) Try resetting the IDE layout View -> Restore Default Layout then restart the applicatoin.
c) Switch to the default color scheme to rule out any theme-related issues.
Let me know if this resolves the problem or if further assistance is needed
|