diff options
| author | Peter Penz <[email protected]> | 2009-01-05 18:41:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-05 18:41:06 +0000 |
| commit | c11baf1ad542260a067cd42643bef8939bed5d05 (patch) | |
| tree | 36f6f676940546ec9b1b79fff0b2d0c3ba5932d1 /src/dolphinstatusbar.h | |
| parent | b2db9bd9eddcfaa01cdc2239bb73fa7f74767d56 (diff) | |
fixed issue that the zoom slider tooltip showed the previous size when changing the slider with the mouse
svn path=/trunk/KDE/kdebase/apps/; revision=906188
Diffstat (limited to 'src/dolphinstatusbar.h')
| -rw-r--r-- | src/dolphinstatusbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index c6a2e8c43..e28c1c4f4 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -165,7 +165,7 @@ private: * Updates the text of the zoom slider tooltip to show * the currently used size. */ - void updateZoomSliderToolTip(); + void updateZoomSliderToolTip(int zoomLevel); private: DolphinView* m_view; |
