diff options
| author | Peter Penz <[email protected]> | 2008-03-20 21:23:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-20 21:23:06 +0000 |
| commit | c50a1e000f2def0fd013dff03a42a6627525525d (patch) | |
| tree | 094a4bc3287ff8be5d7ca7013cce6b0f1ab333e5 /src/dolphiniconsview.h | |
| parent | a47758bae5ffcc3073adb44d4957c7c9b014bd85 (diff) | |
assure that the maximum size of the item-delegate gets updated before showing the icons view
svn path=/trunk/KDE/kdebase/apps/; revision=788152
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
