diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-28 02:39:09 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-28 02:39:09 +0000 |
| commit | 8ade23537a682d4b0c9709d533b25702bde2ee23 (patch) | |
| tree | d558411192229a6ddb407b8b067658572b6a9e6b /lib/gui/eslider.cpp | |
| parent | 1a46b8d1505a1496dfdce0a9f96dde7efbc65d65 (diff) | |
| download | enigma2-8ade23537a682d4b0c9709d533b25702bde2ee23.tar.gz enigma2-8ade23537a682d4b0c9709d533b25702bde2ee23.zip | |
- add listbox
- add listbox example to python (press space, use 1..5)
- fix label text positions
Diffstat (limited to 'lib/gui/eslider.cpp')
| -rw-r--r-- | lib/gui/eslider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/eslider.cpp b/lib/gui/eslider.cpp index 20b3ab47..665c6c1c 100644 --- a/lib/gui/eslider.cpp +++ b/lib/gui/eslider.cpp @@ -16,7 +16,7 @@ int eSlider::event(int event, void *data, void *data2) getStyle(style); style->paintBackground(painter, ePoint(0, 0), size()); - style->setForegroundStyle(painter); + style->setStyle(painter, eWindowStyle::styleLabel); // TODO - own style painter.fill(m_currently_filled); return 0; |
