~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to org/gudy/azureus2/ui/swt/views/tableitems/mytorrents/PiecesItem.java

MergedĀ VuzeĀ 4.0.0.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
                        } else {
268
268
                                cell.setGraphic(new UISWTGraphicImpl(image));
269
269
                        }
 
270
                        if (bImageChanged) {
 
271
                                cell.invalidate();
 
272
                        }
270
273
                        infoObj.setUserData("PiecesImage", image);
271
274
                        infoObj.setUserData("PiecesImageBuffer", imageBuffer);
272
275
                }