We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead0825 commit 79ecf6dCopy full SHA for 79ecf6d
1 file changed
src/appcore/doc/filelocker.cpp
@@ -329,6 +329,7 @@ namespace Core {
329
d->filePath = path;
330
331
// Add new file to watcher
332
+ // FIXME macOS watcher erroneously detects the change made by this program itself
333
d->watcher->addPath(path);
334
335
// Reset modification flag after successful saveAs
0 commit comments