Skip to content

Commit

Permalink
Bug 1135912 - Don't repaint vibrant regions on mouseover.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Aug 8, 2019
1 parent 6696b34 commit 1de1209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widget/cocoa/nsNativeThemeCocoa.mm
Expand Up @@ -3494,6 +3494,8 @@ nsMargin m(NSIntPixelsToAppUnits(extraSize.top, p2a),
case NS_THEME_PROGRESSBAR_VERTICAL:
case NS_THEME_METERBAR:
case NS_THEME_METERBAR_CHUNK:
case NS_THEME_MAC_VIBRANCY_LIGHT:
case NS_THEME_MAC_VIBRANCY_DARK:\
*aShouldRepaint = false;
return NS_OK;
}
Expand Down

0 comments on commit 1de1209

Please sign in to comment.