Ticket #3385: opengl_offset_repaint.patch
File opengl_offset_repaint.patch, 460 bytes (added by , 18 years ago) |
---|
-
libs/libmythui/mythmainwindow.cpp
438 438 } 439 439 440 440 if (!d->painter->SupportsClipping()) 441 d->repaintRegion = d->repaintRegion.unite( d->screenRect);441 d->repaintRegion = d->repaintRegion.unite(GetUIScreenRect()); 442 442 443 443 d->painter->Begin(this); 444 444