Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch exceptions copying from AlertDlg (#3367)
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.
- Loading branch information