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

Catch exceptions copying from AlertDlg #3367

Merged
merged 2 commits into from
Feb 23, 2025

Conversation

nickshulman
Copy link
Contributor

Fixed unhandled error pressing copy button on message box when another application has the clipboard locked (reported by Brendan) AlertDlg now uses ClipboardHelper to catch clipboard locked exceptions. This got broken when CommonAlertDlg base class was created in CommonUtil. "CommonAlertDlg.CopyMessage" was supposed to be overridden for Skyline's extra error handling.

Fixed unhandled error pressing copy button on message box when another application has the clipboard locked (reported by Brendan)
AlertDlg now uses ClipboardHelper to catch clipboard locked exceptions.
This got broken when CommonAlertDlg base class was created in CommonUtil.
"CommonAlertDlg.CopyMessage" was supposed to be overridden for Skyline's extra error handling.
@nickshulman nickshulman merged commit 207c92d into master Feb 23, 2025
11 checks passed
@nickshulman nickshulman deleted the Skyline/Work/20250211_AlertDlgClipboardError branch February 23, 2025 03:48
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.

1 participant