diff options
| author | Peter Penz <[email protected]> | 2008-01-26 12:48:03 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-26 12:48:03 +0000 |
| commit | 453131d6e8a59af87e943455e26074ce8e3ddae3 (patch) | |
| tree | 4047f181227f5599b02d266be4524c53409e81b3 /src/dolphinview.cpp | |
| parent | 22fcc2c4c5c337a2d0ba387f1d6ac5d38428cd2f (diff) | |
* increase the performance of item previews: each item view provides an icon size hint -> the preview and item effects are only applied to the current size, not to the maximum of 128 x 128 pixels
* make the icons of hidden files semitransparent like in KDE3
svn path=/trunk/KDE/kdebase/apps/; revision=766659
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index a2d56f474..a424bcbb5 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -410,11 +410,13 @@ QPoint DolphinView::contentsPosition() const void DolphinView::zoomIn() { m_controller->triggerZoomIn(); + reload(); } void DolphinView::zoomOut() { m_controller->triggerZoomOut(); + reload(); } bool DolphinView::isZoomInPossible() const |
