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();
|
||||
int abox[] = new int[4];
|
||||
AATileGenerator aatg =
|
||||
renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, 0, 0,
|
||||
renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, lw1, lw2,
|
||||
clip, abox);
|
||||
if (aatg == null) {
|
||||
// Nothing to render
|
||||
|
Loading…
Reference in New Issue
Block a user