src/document.cc

changeset 582
5510207c2396
parent 581
c57ddcaf1b58
child 583
4906c5c1670f
--- a/src/document.cc	Sat Dec 21 02:19:32 2013 +0200
+++ b/src/document.cc	Sat Dec 21 02:21:07 2013 +0200
@@ -367,7 +367,7 @@
 		if (isOnForeground())
 			QMetaObject::invokeMethod (this, "work", Qt::QueuedConnection, Q_ARG (int, i));
 		else
-			work (i + 1);
+			work (i);
 	}
 }
 

mercurial