diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 0bd924f32..74a953758 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -4507,7 +4507,7 @@ bool MainWindow::LoadPattern(QString fileName, const QString& customMeasureFile) else { ui->actionUnloadMeasurements->setEnabled(true); - watcher->addPath(path); + watcher->addPath(newPath); ui->actionEditCurrent->setEnabled(true); } }