Improve Cusis scrollbar, fix code style

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1989 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2009-01-29 14:13:36 +00:00
parent 1053696ada
commit 68a5cc9ab0
4 changed files with 60 additions and 44 deletions

View File

@@ -72,6 +72,8 @@ public:
private:
QImage colorizeXpm( const char * const * _xpm, const QBrush & _fill ) const;
void hoverColors( bool sunken, bool hover, bool active,
QColor & color, QColor & blend ) const;
QColor m_colors[ LmmsStyle::NumColorRoles ];
};