提交 2be0f694 编写于 作者: S serb

7172770: Default Toolkit implementation return null value for property "awt.dynamicLayoutSupported"

Reviewed-by: anthony, art
上级 2f7e2f21
......@@ -1809,8 +1809,7 @@ public abstract class Toolkit {
// This property should never be cached
if (propertyName.equals("awt.dynamicLayoutSupported")) {
value = lazilyLoadDesktopProperty(propertyName);
return value;
return getDefaultToolkit().lazilyLoadDesktopProperty(propertyName);
}
value = desktopProperties.get(propertyName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册