Fixed positioning issue when going to book mode with tall images (m2)

This commit is contained in:
Ian Gilman 2015-02-10 11:53:56 -08:00
parent f531a18531
commit 5443eedebc

View File

@ -415,7 +415,7 @@
item = this.viewer.world.getItemAt(this.page - 1);
if (item) {
box = item.getBounds();
x -= width;
x -= box.width;
width += box.width;
}
}