diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-21 02:15:08 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-21 02:15:08 +0000 |
| commit | c68e5704a76ea6878573ad21e51618f0a4956bea (patch) | |
| tree | b53c7f77cdc452438564bfe0f2efcb4412388a17 /lib/gui/epixmap.cpp | |
| parent | 33cefb362d699372b409e659517285b1eab1d61b (diff) | |
| download | enigma2-c68e5704a76ea6878573ad21e51618f0a4956bea.tar.gz enigma2-c68e5704a76ea6878573ad21e51618f0a4956bea.zip | |
set transparency when using alphatestlib/gui/Makefile.am
Diffstat (limited to 'lib/gui/epixmap.cpp')
| -rw-r--r-- | lib/gui/epixmap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/epixmap.cpp b/lib/gui/epixmap.cpp index 3a377f14..31998c1e 100644 --- a/lib/gui/epixmap.cpp +++ b/lib/gui/epixmap.cpp @@ -10,6 +10,7 @@ ePixmap::ePixmap(eWidget *parent) void ePixmap::setAlphatest(bool alphatest) { m_alphatest = alphatest; + setTransparent(alphatest); } void ePixmap::setPixmap(gPixmap *pixmap) |
