]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbarspaceinfo.cpp
allow to configure whether the zoom slider and/or the space information should be...
[dolphin.git] / src / statusbarspaceinfo.cpp
index ba37a82a585feea13b994146b585c18a55dade26..adcd23d7573923612b43165cd3401bb85fe6b91c 100644 (file)
@@ -56,6 +56,7 @@ void StatusBarSpaceInfo::showEvent(QShowEvent* event)
 {
     KCapacityBar::showEvent(event);
     if (!event->spontaneous()) {
+        refresh();
         m_timer->start(10000);
     }
 }