Skip to content

Commit 07118ac

Browse files
committed
new project will reset the filename, to avoid overwriting the previous one.
1 parent b89f4cf commit 07118ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relightlab/relightapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void RelightApp::newProject() {
195195
QMessageBox::critical(mainwindow, "Resolution problem", "Not all of the images in the folder have the same resolution,\nyou might need to fix this problem manually.");
196196
}
197197

198-
198+
project_filename = QString();
199199
qRelightApp->setProject(project);
200200

201201
//Check for .lp files in the folder

0 commit comments

Comments
 (0)