Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Remove exception reporting from IllustrationView::OnCreate() #208

Closed

Conversation

vadz
Copy link
Collaborator

@vadz vadz commented May 14, 2022

No description provided.

vadz added 2 commits May 14, 2022 16:46
This was a workaround for a problem in wxWidgets fixed a long time ago,
see wxWidgets commit 7047d7981f (handle exceptions thrown from
overridden wxView::OnCreate() gracefully, 2008-12-30) and is not needed
any longer: no view is created if an exception is thrown from here.

This commit is best viewed ignoring whitespace-only changes.
After removing the try/catch in the previous commit, this variable is
not really useful any more, so remove it to simplify the code and make
its logic more apparent.

No real changes.
@vadz
Copy link
Collaborator Author

vadz commented May 22, 2022

Merged as 1ea88e7 and aeb44f5

@vadz vadz closed this May 22, 2022
@vadz vadz deleted the remove-illview-report-exception branch May 22, 2022 22:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant