8000423: Diacritic is not applyed to a base letter on Linux
Reviewed-by: anthony, serb
This commit is contained in:
parent
bfc0bfcd8e
commit
463528217c
@ -1332,6 +1332,15 @@ public final class XToolkit extends UNIXToolkit implements Runnable {
|
|||||||
return new XInputMethodDescriptor();
|
return new XInputMethodDescriptor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns whether enableInputMethods should be set to true for peered
|
||||||
|
* TextComponent instances on this platform. True by default.
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public boolean enableInputMethodsForTextComponent() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
static int getMultiClickTime() {
|
static int getMultiClickTime() {
|
||||||
if (awt_multiclick_time == 0) {
|
if (awt_multiclick_time == 0) {
|
||||||
initializeMultiClickTime();
|
initializeMultiClickTime();
|
||||||
|
Loading…
Reference in New Issue
Block a user