Ticket #8574: themeclassic_restorebackground.patch
File themeclassic_restorebackground.patch, 565 bytes (added by , 18 years ago) |
---|
-
C:/ndsdev/branch090/gui/ThemeClassic.cpp
466 466 r.clip(_screen.w, _screen.h); 467 467 r.clip(_drawArea); 468 468 #ifdef CT_NO_TRANSPARENCY 469 r.bottom -= 2; 470 r.right -= 2; 471 r.left += 2; 472 r.top += 2; 473 if (r.right < r.left) { 474 r.right = r.left; 475 } 476 if (r.bottom < r.top) { 477 r.bottom = r.top; 478 } 469 479 _screen.fillRect(r, _bgcolor); 470 480 #else 471 481 if (_dialog) {