svn-id: r43438
This commit is contained in:
Johannes Schickel 2009-08-16 12:11:45 +00:00
parent b1c22cfc42
commit 2b32a651ec

View File

@ -255,8 +255,6 @@ void SaveLoadChooser::updateSelection(bool redraw) {
if (thumb) {
_gfxWidget->setGfx(thumb);
_gfxWidget->useAlpha(256);
} else {
_gfxWidget->setGfx(-1, -1, _fillR, _fillG, _fillB);
}
}