From 453131d6e8a59af87e943455e26074ce8e3ddae3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 Jan 2008 12:48:03 +0000 Subject: * 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 --- src/dolphinview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphinview.cpp') 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 -- cgit v1.3