Kazuya O'moto
Kazuya O'moto
Thank you for your consideration of this issue. I tested on Windows 10 with matplotlib 3.5.3/WxAgg and TkAgg. The two seem slightly different: WxAgg => black dashed line TkAgg =>...
I noticed that presetting `defaultFile` acts as Unix shell-style wildcards. However, even if I change [File name:] text, the filename filter still works and the file list view remains incomplete....
I mislinked the PR to this issue. Sorry.
This is what `pydoc` (help) renders: ``` HitTest(...) HitTest(point) -> (long, flags) Determines which item (if any) is at the specified point, giving details in flags. ``` The signature seems...
Thank you for checking this problem. Yes, I will report this to wxWidgets issue tracker, although I cannot provide a runnable c++ code now...
This issue will be fixed in the next wxWidgets version (maybe 3.2.1 or later) with this PR: https://github.com/wxWidgets/wxWidgets/pull/22651
Thank you for checking this issue. This occurs also for wx 4.0.7 on Windows 10. Seems like a Windows-specific DnD (shell extension) problem...
No, unfortunately. The error occurs inside the built-in method `DropTarget.GetData or Data`. **EDIT** When launched using switch `python -Xdev -Xtracemalloc`, it shows the message as follows: > Windows fatal exception:...
My opinion is 'Don't keep an event reference'. The `Event` object seems to live within a limited frame (similar to `PaintDC`). Your `self.last_event.XXX` could be a reference of dead c++...
I don't know if it will be improved in the future, but as you say, if this issue is going to be persistent, I think it should be documented (maybe...