summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-10-20 07:36:52 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-10-24 03:56:26 +0300
commitd628b68739eacbc99a73462499861f526f67f2af (patch)
tree0cd18103729ecdec7a002d5f30ea23ed07c0d7a4
parente57d8d3ff715cf10f8cfbfb691a58e039f110968 (diff)
downloadtdebase-d628b687.tar.gz
tdebase-d628b687.zip
kicker: redraw systray after changing its layout
This fixes an issue with systray not being redrawn upon panel width change. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 37fd183da8188549443c0e79b2c509c4b2fd5944)
-rw-r--r--kicker/applets/systemtray/systemtrayapplet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp
index 197952d93..3fa46da0b 100644
--- a/kicker/applets/systemtray/systemtrayapplet.cpp
+++ b/kicker/applets/systemtray/systemtrayapplet.cpp
@@ -1163,6 +1163,8 @@ void SystemTrayApplet::layoutTray()
setBackground();
updateClockGeometry();
+
+ update();
}
void SystemTrayApplet::paletteChange(const TQPalette & /* oldPalette */)