mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
window placement, and exact placement now working for external
This commit is contained in:
@@ -57,6 +57,7 @@ class PdeMessageSiphon implements Runnable {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
System.err.println("PdeMessageSiphon err " + e);
|
||||
e.printStackTrace();
|
||||
//thread.stop(); // implicit (and no longer supported)
|
||||
}
|
||||
//System.err.println("siphon thread exiting");
|
||||
|
||||
Reference in New Issue
Block a user