提交 34aaabd4 编写于 作者: A alexsch

8000423: Diacritic is not applyed to a base letter on Linux

Reviewed-by: anthony, serb
上级 d135f66c
......@@ -1332,6 +1332,15 @@ public final class XToolkit extends UNIXToolkit implements Runnable {
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() {
if (awt_multiclick_time == 0) {
initializeMultiClickTime();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册