7023591: Xrender: java2D font demo - text highlighting tab content is black
Reviewed-by: flar
This commit is contained in:
parent
f13a584b8a
commit
fb59857e93
@ -109,7 +109,7 @@ public class AAShapePipe
|
|||||||
Region clip = sg.getCompClip();
|
Region clip = sg.getCompClip();
|
||||||
int abox[] = new int[4];
|
int abox[] = new int[4];
|
||||||
AATileGenerator aatg =
|
AATileGenerator aatg =
|
||||||
renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, 0, 0,
|
renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, lw1, lw2,
|
||||||
clip, abox);
|
clip, abox);
|
||||||
if (aatg == null) {
|
if (aatg == null) {
|
||||||
// Nothing to render
|
// Nothing to render
|
||||||
|
Loading…
x
Reference in New Issue
Block a user