diff options
| author | Peter Penz <[email protected]> | 2011-12-06 21:15:36 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-06 21:17:01 +0100 |
| commit | 9d5d18739fde76f2d606a4cc9f1e7cc442faa7e0 (patch) | |
| tree | 6079793840ce5b98c061c64552a20122f843773f /src/views/dolphinview.h | |
| parent | 9135ff953740f27686e3c5e11dce5b8cae6cd0d0 (diff) | |
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
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 5 |
1 files changed, 3 insertions, 2 deletions
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<KUrl> m_selectedUrls; // this is used for making the View to remember selections after F5 + + QList<KUrl> m_selectedUrls; // Used for making the view to remember selections after F5 VersionControlObserver* m_versionControlObserver; |
