do not show NSWindow warning in the console, cannot hide the native errors though

This commit is contained in:
codeanticode
2019-01-10 07:04:04 -05:00
parent a6a57e80f3
commit 9605d80e64
@@ -233,6 +233,8 @@ public class EditorConsole extends JScrollPane {
// https://github.com/processing/processing/issues/5462
// Some discussion on the Apple's developer forums seems to suggest that is not serious:
// https://forums.developer.apple.com/thread/105244
} else if (err && what.contains("NSWindow drag regions should only be invalidated on the Main Thread")) {
// Keep hiding warnings triggered by JOGL on recent macOS versions (this is from 10.14 onwards I think).
} else if (err && what.contains("Make pbuffer:")) {
// Remove initalization warning from LWJGL.
} else if (err && what.contains("XInitThreads() called for concurrent")) {