Skip to content
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

Fix InspectionTool crashes due to bad perspective string errros #2637

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

komoto48g
Copy link
Contributor

To ensure backward compatibility from version 4.2.3* to 4.2.2, use the config key 'perspective1' for version 4.2.3 and later.

Fixes #2626

To ensure backward compatibility from version 4.2.3* to 4.2.2,
use the config key 'perspective1' for version 4.2.3 and later.

LoadPerspective => LoadPaneInfo raises an Exception, not a wx.PyAssertionError.
Therefore, change it to catch only Exception.
@swt2c swt2c merged commit 41823e3 into wxWidgets:master Nov 7, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InspectionTool crashes and cannot be recovered
2 participants