PB
PB
> Is this only in list mode? AFAICT, in dark mode, there is no hot tracking in any of the list control modes.
I tested if the lack of hot tracking in the dark mode was an issue in the `wxListCtrl` code or a limitation of the native listview. I used https://github.com/ysc3839/win32-darkmode/tree/delayload, the...
I can reproduce it with GIT master and `wxWebViewIE` backend (Internet Explorer 9.11.19041), only when displaying a PDF. ``` Detected memory leaks! Dumping objects -> {51989} normal block at 0x000002398A1B0DA0,...
Testing value of regkey `NtfsDisable8dot3NameCreation` only for being different from `1` may not be enough. For example, it could be `2` (8dot3 name creation on a per volume basis) or...
FWIW, here is I [what I got](https://github.com/PBfordev/query-disable8dot3/actions/runs/9435280807/job/25988486322), i.e., short name creation is disabled on a volume where the action runs (D:) but enabled on C: > D:\a\query-disable8dot3\query-disable8dot3>fsutil behavior query disable8dot3...
I can't repro in 3.2.0 and 3.2.2.1 either, it starts manifesting in 3.2.3.
This commit is the culprit: https://github.com/wxWidgets/wxWidgets/commit/d666d1e22247ceb49962c18e0997321596b806d6
Sorry, I posted the master version of the commit, it should have been: https://github.com/wxWidgets/wxWidgets/commit/e19984e2dd8bfc1a9f96477feb61d6029a7694f8
The breakpoint `wxThreadSpecificInfoTLS::DeleteThreadSpecificInfo()` is hit once (for the main thread), the memory leak report is shown in the MSVS debug output only after that. However, the report looks like this...
Firstly, my involvement in implementing wxWidget HiDPI was purely in reporting the issues, I had written no code nor do I have any knowledge how it works. Disclaimer: I am...