mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-23 20:07:58 +00:00
7172770: Default Toolkit implementation return null value for property "awt.dynamicLayoutSupported"
Reviewed-by: anthony, art
This commit is contained in:
parent
9cd10573ae
commit
de4a41f994
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user