Catch all exceptions in onPaint functions, because otherwise we show a message...
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.
Showing
Please register or sign in to comment