mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
PPS: Fix listeners not firing on first preprocessing run
This commit is contained in:
@@ -104,6 +104,9 @@ public class PreprocessingService {
|
||||
this.editor = editor;
|
||||
isEnabled = !editor.hasJavaTabs();
|
||||
|
||||
// Register listeners for first run
|
||||
whenDone(this::fireListeners);
|
||||
|
||||
preprocessingThread = new Thread(this::mainLoop, "ECS");
|
||||
preprocessingThread.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user