mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
bugfix- save file prompt while creating a new tab linux
Signed-off-by: Umair <omerjerk@gmail.com>
This commit is contained in:
@@ -2437,7 +2437,9 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
//if the directory was deleted, then don't scan
|
||||
if (finKey.isValid()) {
|
||||
List<WatchEvent<?>> events = finKey.pollEvents();
|
||||
processFileEvents(events);
|
||||
if (!watcherSave) {
|
||||
processFileEvents(events);
|
||||
}
|
||||
}
|
||||
|
||||
List<WatchEvent<?>> events = finKey.pollEvents();
|
||||
|
||||
Reference in New Issue
Block a user