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/ebutton.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/ebutton.cpp')
| -rw-r--r-- | lib/gui/ebutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/ebutton.cpp b/lib/gui/ebutton.cpp index e24abd66..06cfda07 100644 --- a/lib/gui/ebutton.cpp +++ b/lib/gui/ebutton.cpp @@ -21,7 +21,7 @@ int eButton::event(int event, void *data, void *data2) getStyle(style); eLabel::event(event, data, data2); - style->drawButtonFrame(painter, eRect(ePoint(0, 0), size())); + style->drawFrame(painter, eRect(ePoint(0, 0), size()), eWindowStyle::frameButton); return 0; } |
