aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/listwidgetdrawer.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-08-02 19:44:28 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-08-02 19:44:28 +0000
commitf90557b42a0704a949e33b88647146612d32f6da (patch)
tree0fe97bf14c1e3b3b0cc80629f7ca2c62087333e3 /src/plugins/Ui/skinned/listwidgetdrawer.h
parentf9e340bec72f62cb8a775d9f1c43b71895295197 (diff)
downloadqmmp-f90557b42a0704a949e33b88647146612d32f6da.tar.gz
qmmp-f90557b42a0704a949e33b88647146612d32f6da.tar.bz2
qmmp-f90557b42a0704a949e33b88647146612d32f6da.zip
skinned: apply custom colors to header and playlist selector
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9458 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/listwidgetdrawer.h')
-rw-r--r--src/plugins/Ui/skinned/listwidgetdrawer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/listwidgetdrawer.h b/src/plugins/Ui/skinned/listwidgetdrawer.h
index a46c50bbb..769ce334e 100644
--- a/src/plugins/Ui/skinned/listwidgetdrawer.h
+++ b/src/plugins/Ui/skinned/listwidgetdrawer.h
@@ -93,7 +93,7 @@ public:
void drawDropLine(QPainter *painter, int row_number, int width, int header_height);
private:
- QColor m_normal, m_current, m_normal_bg, m_selected_bg, m_alternate_bg, m_highlighted, m_splitter;
+ QColor m_normal, m_current, m_normal_bg, m_selected_bg, m_alternate_bg, m_selected_text, m_splitter;
QColor m_group_bg, m_group_alt_bg, m_group_text, m_current_bg, m_current_alt_bg;
QFontMetrics *m_metrics = nullptr;
QFontMetrics *m_extra_metrics = nullptr;
@@ -102,7 +102,6 @@ private:
bool m_show_anchor = false;
bool m_align_numbers = false;
bool m_show_lengths = false;
- bool m_use_skin_colors = false;
bool m_single_column = false;
bool m_show_splitters = false;
int m_padding = 0;