Commit 87911c6c97b11bd7d10a38698460174b6cadfbe8
- Diff rendering mode:
- inline
- side by side
src/gui/graphicsview/qgraphicsscene.cpp
(1 / 4)
|   | |||
| 4759 | 4759 | } | |
| 4760 | 4760 | ||
| 4761 | 4761 | // Find pixmap in cache. | |
| 4762 | if (!itemCache->allExposed) | ||
| 4763 | pixmapFound = QPixmapCache::find(pixmapKey, &pix); | ||
| 4764 | else | ||
| 4765 | pixmapFound = false; | ||
| 4762 | pixmapFound = QPixmapCache::find(pixmapKey, &pix); | ||
| 4766 | 4763 | ||
| 4767 | 4764 | // Render using item coordinate cache mode. | |
| 4768 | 4765 | if (cacheMode == QGraphicsItem::ItemCoordinateCache) { |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

