diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:04:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:04:37 +0000 |
| commit | 58f644a3102613e874ecc0faf999da16c353f264 (patch) | |
| tree | 0f56d2332804814cf92212c6883a80394f43181d /lib/gui/epixmap.cpp | |
| parent | 54b9e2790954b623c99823ab64782d4e39c128bf (diff) | |
| download | enigma2-58f644a3102613e874ecc0faf999da16c353f264.tar.gz enigma2-58f644a3102613e874ecc0faf999da16c353f264.zip | |
- don't draw background for ePixmap
Diffstat (limited to 'lib/gui/epixmap.cpp')
| -rw-r--r-- | lib/gui/epixmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/epixmap.cpp b/lib/gui/epixmap.cpp index 797c6759..dc998531 100644 --- a/lib/gui/epixmap.cpp +++ b/lib/gui/epixmap.cpp @@ -31,7 +31,7 @@ int ePixmap::event(int event, void *data, void *data2) getStyle(style); - eWidget::event(event, data, data2); +// eWidget::event(event, data, data2); gPainter &painter = *(gPainter*)data2; if (m_pixmap) |
