summaryrefslogtreecommitdiff
path: root/libopie
authorllornkcor <llornkcor>2002-11-10 17:41:51 (UTC)
committer llornkcor <llornkcor>2002-11-10 17:41:51 (UTC)
commitb84ab7a14a0efb50cd425a8614ff465081116420 (patch) (side-by-side diff)
tree286e6df100d617aeb3216044438eb4428875d38b /libopie
parent270d8caf81bdf6486df38b78cb6f5299965ad9ce (diff)
downloadopie-b84ab7a14a0efb50cd425a8614ff465081116420.zip
opie-b84ab7a14a0efb50cd425a8614ff465081116420.tar.gz
opie-b84ab7a14a0efb50cd425a8614ff465081116420.tar.bz2
update after changing colors and such
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/oticker.cpp3
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
@@ -60,14 +60,17 @@ OTicker::~OTicker() {
void OTicker::setBackgroundColor(QColor backcolor) {
backgroundcolor = backcolor;
+ update();
}
void OTicker::setForegroundColor(QColor backcolor) {
foregroundcolor = backcolor;
+ update();
}
void OTicker::setFrame(int frameStyle) {
setFrameStyle( frameStyle/*WinPanel | Sunken */);
+ update();
}
void OTicker::setText( const QString& text ) {