diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 6837815a0..80228a84c 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -108,6 +108,12 @@ private slots: */ void updateDecorationSize(); + /** + * Updates the background color of the columns to respect + * the current activation state \a active. + */ + void updateColumnsBackground(bool active); + void slotShowHiddenFilesChanged(bool show); void slotShowPreviewChanged(bool show); @@ -146,7 +152,7 @@ private: private: DolphinController* m_controller; - bool m_restoreActiveColumnFocus; + bool m_active; int m_index; int m_contentX; QList<DolphinColumnWidget*> m_columns; |
