-
twanvl authored
Catch all exceptions in onPaint functions, because otherwise we show a message box. Message boxes while in a paint handler lead to a crash on win32. Made a CATCH_ALL_ERRORS macro containing the common catch statements.
b7457a59
Catch all exceptions in onPaint functions, because otherwise we show a message box. Message boxes while in a paint handler lead to a crash on win32. Made a CATCH_ALL_ERRORS macro containing the common catch statements.