diff options
| author | Peter Penz <[email protected]> | 2012-01-14 21:44:50 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-01-14 21:46:41 +0100 |
| commit | fcfb636ffe40065c46e44c7d987342826409f609 (patch) | |
| tree | 3f191daed76ec6ef8fc21fb29a0baba9469cf1e3 /src/views/dolphinitemlistcontainer.h | |
| parent | a0115f912a9dbfe101b996bbe773bf5db81d2987 (diff) | |
Fix "general settings" issues
If the general settings for the "selection toggle" or "expanding folders during
drag operations" are changed, those changes must be applied to the engine.
Diffstat (limited to 'src/views/dolphinitemlistcontainer.h')
| -rw-r--r-- | src/views/dolphinitemlistcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinitemlistcontainer.h b/src/views/dolphinitemlistcontainer.h index d91b96a34..251552cc8 100644 --- a/src/views/dolphinitemlistcontainer.h +++ b/src/views/dolphinitemlistcontainer.h @@ -73,6 +73,12 @@ private: void updateGridSize(); void updateFont(); + /** + * Updates the auto activation delay of the itemlist controller + * dependent on the 'autoExpand' setting from the general settings. + */ + void updateAutoActivationDelay(); + ViewModeSettings::ViewMode viewMode() const; private: |
