# # # patch "src/model/InventoryWatcher.cpp" # from [6693a9787830f238a47d66a5e1aae09f05d74b23] # to [36ceae753d121333f961f026058f5111eac60a30] # ============================================================ --- src/model/InventoryWatcher.cpp 6693a9787830f238a47d66a5e1aae09f05d74b23 +++ src/model/InventoryWatcher.cpp 36ceae753d121333f961f026058f5111eac60a30 @@ -137,6 +137,11 @@ void InventoryWatcher::pathChanged(const L(QString(".mtn-ignore changed, stopping all threads for %1") .arg(workspace)); APP->manager()->stopWorkspaceThreads(workspace); + + // if something inside .mtn-ignore has changed, the complete workspace + // could be affected, so do a full reload + markPathForNotification(""); + return; } markPathForNotification(nodePath);