This commit is contained in:
2017-01-17 13:57:53 +01:00
parent 8cb697eca5
commit 880b87edff
10 changed files with 369 additions and 233 deletions
+2 -2
View File
@@ -275,8 +275,8 @@ public class PictureCtl {
SOMImage somImage = somImageList.get(numberOfImages - 1);
// update the Image State
// TODO Probably not necessary
somImage.updateImageState();
// TODO Probably not necessary -- commented out to test it
// somImage.updateImageState();
// Scale the Image if needed
ScaleWorker.scale(somImage, ScaleWorker.PREVIEW);