elistboxcontent.cpp: paint background for selected entry also when transparent="1...
authorghost <andreas.monzner@multimedia-labs.de>
Fri, 3 Apr 2009 21:59:12 +0000 (23:59 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Fri, 3 Apr 2009 21:59:12 +0000 (23:59 +0200)
lib/gui/elistboxcontent.cpp

index dccd1b0..081bde7 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();
 }