comparison 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
comparison
equal deleted inserted replaced
91:81f73efd81a1 92:961ee171d933
391 } 391 }
392 392
393 slice_ = slice; 393 slice_ = slice;
394 ResetPendingScene(); 394 ResetPendingScene();
395 395
396 InvalidateAllLayers(); 396 InvalidateAllLayers(); // TODO Removing this line avoid loading twice the image in WASM
397 } 397 }
398 } 398 }
399 399
400 400
401 void LayerWidget::NotifyGeometryReady(const ILayerSource& source) 401 void LayerWidget::NotifyGeometryReady(const ILayerSource& source)