Fixed #9400 : Widget::setHighlighted does not work after setBright

This commit is contained in:
Vincent Yang 2015-07-28 11:09:21 +08:00
parent 96007b2793
commit 14145e29a8
1 changed files with 0 additions and 4 deletions

View File

@ -587,10 +587,6 @@ bool Widget::isHighlighted() const
void Widget::setHighlighted(bool hilight)
{
if (hilight == _highlight)
{
return;
}
_highlight = hilight;
if (_bright)
{