diff options
| author | Peter Penz <[email protected]> | 2008-10-06 18:15:53 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-06 18:15:53 +0000 |
| commit | d89548a828dd7d2e08acd85c329ccc2adf67bced (patch) | |
| tree | e37db5f0c26cbb3bc1694beb2ff99536a53ca792 /src/dolphinstatusbar.cpp | |
| parent | 92500f9125b4bedcd80ff4baa36c62c51f26ca70 (diff) | |
allow to configure whether the zoom slider and/or the space information should be shown in the statusbar
svn path=/trunk/KDE/kdebase/apps/; revision=868596
Diffstat (limited to 'src/dolphinstatusbar.cpp')
| -rw-r--r-- | src/dolphinstatusbar.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dolphinstatusbar.cpp b/src/dolphinstatusbar.cpp index eabbc77b1..cddb09fd2 100644 --- a/src/dolphinstatusbar.cpp +++ b/src/dolphinstatusbar.cpp @@ -90,7 +90,6 @@ DolphinStatusBar::DolphinStatusBar(QWidget* parent, DolphinView* view) : setExtensionsVisible(true); } - DolphinStatusBar::~DolphinStatusBar() { } @@ -172,6 +171,12 @@ const QString& DolphinStatusBar::defaultText() const return m_messageLabel->defaultText(); } +void DolphinStatusBar::refresh() +{ + setExtensionsVisible(true); + assureVisibleText(); +} + void DolphinStatusBar::resizeEvent(QResizeEvent* event) { QWidget::resizeEvent(event); |
