- Open Multi-Rename Tool or Synchronize directories.
- Maximize the window.
- Restore the window size by double clicking the title bar.
- The border around the results is the wrong color.
[TC11.00b9 64-bit dark mode] Restore window size -> border colors wrong
Moderators: Hacker, petermad, Stefan2, white
[TC11.00b9 64-bit dark mode] Restore window size -> border colors wrong
Re: [TC11.00b9 64-bit dark mode] Restore window size -> border colors wrong
Confirmed.
And if you move the mouse cursor over this border, then its color returns to the correct one.
Or if you drag and move the window by the title bar by a few pixels, literally.
The wrong color will automatically correct itself to the correct one in the same way.
And if you move the mouse cursor over this border, then its color returns to the correct one.
Or if you drag and move the window by the title bar by a few pixels, literally.
The wrong color will automatically correct itself to the correct one in the same way.
#146217 personal license
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [TC11.00b9 64-bit dark mode] Restore window size -> border colors wrong
It's a known bug which cannot be fixed.I'm already manually overdrawing the border, but some redraws seem to happen without going via WM_PAINT or WM_NCPAINT, so I can't intercept them, sorry.
Edit: I found a solution, calling the border overdraw function after receiving WM_SIZE, but with PostMessage (doesn't work with SendMessage).
Edit: I found a solution, calling the border overdraw function after receiving WM_SIZE, but with PostMessage (doesn't work with SendMessage).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [TC11.00b9 64-bit dark mode] Restore window size -> border colors wrong
Tested OK using TC 11.00b10 64-bit.HISTORY.TXT wrote:30.06.23 Fixed: Synchronize dirs, dark mode: Overdraw result list border also after receiving WM_SIZE messages to avoid bright border (64)
HISTORY.TXT only mentions Synchronize dirs, but it is also fixed for the Multi-Rename Tool.
Moderator message from: white » 2023-07-05, 18:31 UTC
Moved to Fixed bugs.