From c349180c08418460a81a261f42df0434e0d18f78 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 12 Aug 2007 17:48:29 +0000 Subject: * fixed issue that when having a split view, that both views get the same color after OK or Apply has been pressed inside the Dolphin settings dialog * prepare for toggling the view icon depending from the activation state svn path=/trunk/KDE/kdebase/apps/; revision=699311 --- src/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 39e39ef3f..a18b87d08 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -517,6 +517,12 @@ private: /** Applies an item effect to all cut items. */ void applyCutItemEffect(); + /** + * Updates the color of the viewport depending from the + * activation state (see DolphinView::isActive()). + */ + void updateViewportColor(); + /** * Returns true, if the ColumnView is activated. As the column view * requires some special handling for iterating through directories, -- cgit v1.3.1