8218479: JTextPane display issue with GTKLookAndFeel

Reviewed-by: prr, serb
This commit is contained in:
ssadetsky
2019-02-15 10:01:16 -08:00
parent 6c920325b1
commit 843a187c3d

View File

@@ -739,7 +739,8 @@ class GTKStyle extends SynthStyle implements GTKConstants {
region == Region.TOOL_BAR_DRAG_WINDOW ||
region == Region.TOOL_TIP ||
region == Region.TREE ||
region == Region.VIEWPORT) {
region == Region.VIEWPORT ||
region == Region.TEXT_PANE) {
return true;
}
if (!GTKLookAndFeel.is3()) {
@@ -747,8 +748,7 @@ class GTKStyle extends SynthStyle implements GTKConstants {
region == Region.FORMATTED_TEXT_FIELD ||
region == Region.PASSWORD_FIELD ||
region == Region.SPINNER ||
region == Region.TEXT_FIELD ||
region == Region.TEXT_PANE) {
region == Region.TEXT_FIELD) {
return true;
}
}