open source/oxylus/JuneGallery/ImageViewer.as, line 231:
now it looks like this:
Code:
Img.attachBitmap(bd, Img.getNextHighestDepth(), "auto", true);
change it to:
Code:
Img.attachBitmap(bd, Img.getNextHighestDepth(), "auto", false);
If this doesn't work, there is nothing you can do.