mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 371426 - repaint xul buttons when the default attribute is changed. r=josh, sr=pink.
This commit is contained in:
parent
4466f1279a
commit
4f1db4bdfd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user