From 9d5d18739fde76f2d606a4cc9f1e7cc442faa7e0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 6 Dec 2011 21:15:36 +0100 Subject: Selection and current item fixes - Remember selection + current item when switching view-modes - Fix the current item indicator alignment for selections - Set the item as current item when the selection toggle has been clicked --- src/views/dolphinview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 9111516b4..b8a1077f7 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -757,10 +757,11 @@ private: QTimer* m_selectionChangedTimer; - KUrl m_currentItemUrl; + KUrl m_currentItemUrl; // Used for making the view to remember the current URL after F5 QPoint m_restoredContentsPosition; KUrl m_createdItemUrl; // URL for a new item that got created by the "Create New..." menu - QList m_selectedUrls; // this is used for making the View to remember selections after F5 + + QList m_selectedUrls; // Used for making the view to remember selections after F5 VersionControlObserver* m_versionControlObserver; -- cgit v1.3