-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[wxWidgets] update to version 3.2 to fix wxTextCtrl problem #26492
Comments
@ThIsJaCk23657689 Thanks for posting this issue. |
@PriitUring Thanks for your attention, I will update it today. |
Thank you guys for try to fixed this issue.
it will crash at cmake configuring step.
|
I find the solution that fixed the linkin "wx::gl" library, I need add
|
This must be transformed into a |
@ThIsJaCk23657689 Please open a new issue. |
Library name: wxWidgets
New version number: version 3.2 this PR
I build a wxWidgets program by using TDM-GCC 10.3.0. I realize that I put two or more
wxTextCtrl
in mywxFrame
, It will crash when my main frame is closed. There is no problem when I just use only onewxTextCtrl
. The example code is down below:I had already report this issue at wxWidgets repo, they told me that this issue have been solved.
Would vcpkg update this package to fix this problem?
The text was updated successfully, but these errors were encountered: