-rw-r--r-- | libopie/oticker.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie/oticker.cpp b/libopie/oticker.cpp index 47dcb3e..b4afbf9 100644 --- a/libopie/oticker.cpp +++ b/libopie/oticker.cpp | |||
@@ -59,16 +59,19 @@ OTicker::~OTicker() { | |||
59 | } | 59 | } |
60 | 60 | ||
61 | void OTicker::setBackgroundColor(QColor backcolor) { | 61 | void OTicker::setBackgroundColor(QColor backcolor) { |
62 | backgroundcolor = backcolor; | 62 | backgroundcolor = backcolor; |
63 | update(); | ||
63 | } | 64 | } |
64 | 65 | ||
65 | void OTicker::setForegroundColor(QColor backcolor) { | 66 | void OTicker::setForegroundColor(QColor backcolor) { |
66 | foregroundcolor = backcolor; | 67 | foregroundcolor = backcolor; |
68 | update(); | ||
67 | } | 69 | } |
68 | 70 | ||
69 | void OTicker::setFrame(int frameStyle) { | 71 | void OTicker::setFrame(int frameStyle) { |
70 | setFrameStyle( frameStyle/*WinPanel | Sunken */); | 72 | setFrameStyle( frameStyle/*WinPanel | Sunken */); |
73 | update(); | ||
71 | } | 74 | } |
72 | 75 | ||
73 | void OTicker::setText( const QString& text ) { | 76 | void OTicker::setText( const QString& text ) { |
74 | pos = 0; // reset it everytime the text is changed | 77 | pos = 0; // reset it everytime the text is changed |