Wait longer, before restoring previous reading position, after
[dorian] / model / book.cpp
index 8aa4022..7516665 100644 (file)
@@ -339,6 +339,7 @@ void Book::save()
 void Book::setLastBookmark(int part, qreal position, bool fast)
 {
     TRACE;
+    qDebug() << "Part" << part << "position" << position << "fast?" << fast;
     if (!fast) {
         load();
     }