Bug 371426 - repaint xul buttons when the default attribute is changed. r=josh, sr=pink.
git-svn-id: svn://10.0.0.236/trunk@226829 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1262,7 +1262,8 @@ nsNativeThemeCocoa::WidgetStateChanged(nsIFrame* aFrame, PRUint8 aWidgetType,
|
||||
aAttribute == nsWidgetAtoms::checked ||
|
||||
aAttribute == nsWidgetAtoms::selected ||
|
||||
aAttribute == nsWidgetAtoms::mozmenuactive ||
|
||||
aAttribute == nsWidgetAtoms::sortdirection)
|
||||
aAttribute == nsWidgetAtoms::sortdirection ||
|
||||
aAttribute == nsWidgetAtoms::_default)
|
||||
*aShouldRepaint = PR_TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user