]> Creatis software - clitk.git/commitdiff
The merge of copy/pasted code did not account for the fact it had not
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 6 Sep 2012 10:09:14 +0000 (12:09 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 6 Sep 2012 10:09:14 +0000 (12:09 +0200)
been copy pasted

vv/vv.cxx

index 4a0776ebab87c46014b95fa8d709becf59edf05e..133d9dc9232c8b6fb8888066d034aff7c036bab8 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
@@ -78,7 +78,7 @@ void open_sequence(vvMainWindow &window,
   if(open_mode==O_BASE)
     window.LoadImages(sequence_filenames, vvImageReader::MERGEDWITHTIME);
   else if (open_mode==O_OVERLAY)
-    window.AddOverlayImage(n_image_loaded-1,sequence_filenames,vvImageReader::IMAGE);
+    window.AddOverlayImage(n_image_loaded-1,sequence_filenames,vvImageReader::MERGEDWITHTIME);
   else {
     std::cerr << "Sequences are not managed for opening " << open_mode_names[open_mode] << std::endl;
     exit(1);