Backing out fix for Bug 126066 because it broke -moz-outline: invert.
git-svn-id: svn://10.0.0.236/trunk@158272 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -993,7 +993,7 @@ NS_IMETHODIMP nsRenderingContextGTK::InvertRect(nscoord aX, nscoord aY, nscoord
|
||||
// It's all way off the screen anyway.
|
||||
ConditionRect(x,y,w,h);
|
||||
|
||||
mFunction = GDK_XOR;
|
||||
mFunction = GDK_INVERT;
|
||||
|
||||
UpdateGC();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user