diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-07-20 18:27:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-07-20 18:27:33 +0000 |
| commit | 0b8f45732a835df67b6409c9f92849bb4b3f48d1 (patch) | |
| tree | 8707a3379974093cbf2a200443c54c9a07cb1043 /src/plugins/Ui/skinned/listwidgetdrawer.h | |
| parent | fa905f08f810c917a4417e61affb006a5a1f2335 (diff) | |
| download | qmmp-0b8f45732a835df67b6409c9f92849bb4b3f48d1.tar.gz qmmp-0b8f45732a835df67b6409c9f92849bb4b3f48d1.tar.bz2 qmmp-0b8f45732a835df67b6409c9f92849bb4b3f48d1.zip | |
skinned: fixed custom color settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9446 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/listwidgetdrawer.h')
| -rw-r--r-- | src/plugins/Ui/skinned/listwidgetdrawer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/listwidgetdrawer.h b/src/plugins/Ui/skinned/listwidgetdrawer.h index 9cf297cab..ce942a621 100644 --- a/src/plugins/Ui/skinned/listwidgetdrawer.h +++ b/src/plugins/Ui/skinned/listwidgetdrawer.h @@ -96,7 +96,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, m_highlighted, m_splitter; + QColor m_normal, m_current, m_normal_bg, m_selected_bg, m_alternate_bg, m_highlighted, m_splitter; QColor m_group_bg, m_group_alt_bg, m_group_text, m_current_bg, m_current_alt_bg; Skin *m_skin; QFontMetrics *m_metrics; |
