mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
do not show NSWindow warning in the console, cannot hide the native errors though
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user