set transparency when using alphatestlib/gui/Makefile.am
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 21 Feb 2006 02:15:08 +0000 (02:15 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 21 Feb 2006 02:15:08 +0000 (02:15 +0000)
lib/gui/epixmap.cpp

index 3a377f1..31998c1 100644 (file)
@@ -10,6 +10,7 @@ ePixmap::ePixmap(eWidget *parent)
 void ePixmap::setAlphatest(bool alphatest)
 {
        m_alphatest = alphatest;
+       setTransparent(alphatest);
 }
 
 void ePixmap::setPixmap(gPixmap *pixmap)