Skip to content

Commit

Permalink
qtcollider: completely override palette polishing by the style
Browse files Browse the repository at this point in the history
  • Loading branch information
jleben committed Jan 31, 2012
1 parent f973fe3 commit f01cf49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions QtCollider/style/style.cpp
Expand Up @@ -8,8 +8,6 @@ using namespace QtCollider::Style;

void StyleImpl::polish ( QPalette & p )
{
ProxyStyle::polish( p );

_colors[Focus] = p.color(QPalette::Highlight);
_colors[Groove] = p.color(QPalette::Window).darker(120);
}
Expand Down

0 comments on commit f01cf49

Please sign in to comment.