From 538d9bf43f4164179f57495e582ef1f44331fde4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 14 Jan 2012 21:44:50 +0100 Subject: 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. --- src/views/dolphinitemlistcontainer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/views/dolphinitemlistcontainer.h') 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: -- cgit v1.3.1