From c50a1e000f2def0fd013dff03a42a6627525525d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 20 Mar 2008 21:23:06 +0000 Subject: assure that the maximum size of the item-delegate gets updated before showing the icons view svn path=/trunk/KDE/kdebase/apps/; revision=788152 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index e8e63eaf8..01aac03f2 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -59,6 +59,7 @@ protected: virtual void dropEvent(QDropEvent* event); virtual void keyPressEvent(QKeyEvent* event); virtual void wheelEvent(QWheelEvent* event); + virtual void showEvent(QShowEvent* event); private slots: void slotShowPreviewChanged(); -- cgit v1.3.1