Page spin should be initialized to 1, not 0.

This commit is contained in:
Jim Evins
2016-05-30 11:34:34 -04:00
parent cabb71db70
commit 9b1d4aebc2
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@
#include "PreviewOverlayItem.h"
#include "PageRenderer.h"
#include <QtDebug>
PreviewOverlayItem::PreviewOverlayItem( const PageRenderer* renderer, QGraphicsItem* parent )