diff options
| author | Kai Uwe Broulik <[email protected]> | 2017-01-03 09:45:33 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2017-01-03 09:45:33 +0100 |
| commit | 2a7090728b8ef897a523712f89c917302f2c6532 (patch) | |
| tree | f0cd883bcd8d57f57ee212789d81725f9b6412a3 /src/views/dolphinview.h | |
| parent | 24ed38d77f4bc6db71ba2608452fa0cd401bddac (diff) | |
[DolphinView] Update view palette on palette change
Everything was handling palette change already but for the visual distinction between
active and non-active view (in case of split view), a custom palette was set which was
then never updated. This could be seen by the label text color changing but not the view background.
Differential Revision: https://phabricator.kde.org/D3909
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 0b0d8196d..fbe3a6376 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -762,6 +762,8 @@ private: QUrl viewPropertiesUrl() const; private: + void updatePalette(); + bool m_active; bool m_tabsForFiles; bool m_assureVisibleCurrentIndex; |
