зеркало из https://github.com/mozilla/pjs.git
Backing out fix for Bug 126066 because it broke -moz-outline: invert.
This commit is contained in:
Родитель
596d45df88
Коммит
a0c84822c9
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче