X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/2efa5667f6dcde4429ec259c4ac703b9d99fb4bc..e0bef260dab8e47d015c1bfc12fc7da281d1c5fe:/src/statusbarspaceinfo.cpp diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp index ba37a82a5..adcd23d75 100644 --- a/src/statusbarspaceinfo.cpp +++ b/src/statusbarspaceinfo.cpp @@ -56,6 +56,7 @@ void StatusBarSpaceInfo::showEvent(QShowEvent* event) { KCapacityBar::showEvent(event); if (!event->spontaneous()) { + refresh(); m_timer->start(10000); } }