diff view/View.cpp @ 436:1e0744b2cebe

* Add More Info URL to plugin finder
author Chris Cannam
date Thu, 23 Oct 2008 16:30:48 +0000
parents b83db9792d11
children 035d62c4cddf
line wrap: on
line diff
--- a/view/View.cpp	Tue Oct 21 19:31:50 2008 +0000
+++ b/view/View.cpp	Thu Oct 23 16:30:48 2008 +0000
@@ -1597,7 +1597,6 @@
 		paint.drawPixmap(dx, 0, *m_cache);
 		paint.end();
 #endif
-
 		if (dx < 0) {
 		    cacheRect = QRect(width() + dx, 0, -dx, height());
 		} else {