elistboxcontent.cpp: paint background for selected entry also when transparent="1...
[enigma2.git] / lib / gui / elistboxcontent.cpp
index dccd1b05d31567ac203765dd0c5b87135b592b5a..081bde706a7f6694d27efd3593910ef517314c89 100644 (file)
@@ -558,8 +558,6 @@ static void clearRegionSelectedHelper(gPainter &painter, eListboxStyle *local_st
                                painter.blit(local_style->m_background, offset, eRect(), 0);
                        return;
                }
-               else if (local_style->m_transparent_background)
-                       return;
        }
        painter.clear();
 }