Skip to content
Snippets Groups Projects
Commit 50b9d4ed authored by Mark Winter's avatar Mark Winter
Browse files

Properly reset path when exporting old images.

parent 7aeefd78
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,9 @@ switch answer
imageData = MicroscopeData.ReadMetadataFile(metadataPath);
Metadata.SetMetadata(imageData);
imageFolder = fileparts(metadataPath);
Load.AddConstant('rootImageFolder', imageFolder, 1);
elseif (~Helper.ImageFileDialog())
CONSTANTS = oldCONSTANTS;
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment