diff Framework/Widgets/LayerWidget.cpp @ 92:961ee171d933 wasm

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 May 2017 11:42:53 +0200
parents 64e60018943f
children 5945e81734a3
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.cpp	Mon May 29 11:18:35 2017 +0200
+++ b/Framework/Widgets/LayerWidget.cpp	Mon May 29 11:42:53 2017 +0200
@@ -393,7 +393,7 @@
       slice_ = slice;
       ResetPendingScene();
 
-      InvalidateAllLayers();
+      InvalidateAllLayers();   // TODO Removing this line avoid loading twice the image in WASM
     }
   }