-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when accessing wx.stc.StyledTextCtrl.DropTarget.Data #2043
Comments
Hmm. Possibly Windows-specific? I don't see on Linux. Does this happen on 4.0.7 for you also? |
Thank you for checking this issue. This occurs also for wx 4.0.7 on Windows 10. |
Can you get a stacktrace for the crash? |
No, unfortunately.
|
This issue has been mentioned on Discuss wxPython. There might be relevant details there: https://discuss.wxpython.org/t/disabling-drag-and-drop-in-a-richtextctrl/35795/2 |
Windows bug fix wxWidgets#2043
Windows bug fix wxWidgets#2043
Operating system: Windows 10
wxPython version & source: 4.1.1 (pypi)
Python version & source: 3.8.6
Description of the problem: This bug is the direct cause of the previously opened issue #1959
Accessing the
Data
ofwx.stc.StyledTextCtrl.DropTarget
property will crash, but other properties are no problem.I will raise this as a new issue and close #1959.
Code Example (click to expand)
The text was updated successfully, but these errors were encountered: