comparison 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
comparison
equal deleted inserted replaced
435:6324461340b1 436:1e0744b2cebe
1595 // But it seems to be fine on X11 1595 // But it seems to be fine on X11
1596 paint.begin(m_cache); 1596 paint.begin(m_cache);
1597 paint.drawPixmap(dx, 0, *m_cache); 1597 paint.drawPixmap(dx, 0, *m_cache);
1598 paint.end(); 1598 paint.end();
1599 #endif 1599 #endif
1600
1601 if (dx < 0) { 1600 if (dx < 0) {
1602 cacheRect = QRect(width() + dx, 0, -dx, height()); 1601 cacheRect = QRect(width() + dx, 0, -dx, height());
1603 } else { 1602 } else {
1604 cacheRect = QRect(0, 0, dx, height()); 1603 cacheRect = QRect(0, 0, dx, height());
1605 } 1604 }