Ticket #5606: bitmapfix.patch
File bitmapfix.patch, 616 bytes (added by , 17 years ago) |
---|
-
libs/libmythtv/mhi.cpp
1423 1423 return; 1424 1424 // Construct an image the size of the bounding box and tile the 1425 1425 // bitmap over this. 1426 QImage tiledImage = QImage(rect.width(), rect.height(), 1427 m_image.depth()); 1426 QImage tiledImage = QImage(rect.width(), rect.height(), QImage::Format_ARGB32); 1428 1427 1429 1428 for (int i = 0; i < rect.width(); i += m_image.width()) 1430 1429 {