On Wed, 8 Feb 2023 21:40:04 GMT, Phil Race <p...@openjdk.org> wrote:

> Why do we not clear these unconditionally ?
> What is the point of saving it if there's a non-editable component ?

Because then when we set component non-editable the stored blink rate will be 
lost and we will not be able to restore it when component will be switched to 
editable again. Same with the component not assigned - if we assign it to the 
non-editable component and then flip the editable property then we would not 
have the previous blink rate saved and will not know what value to set.

-------------

PR: https://git.openjdk.org/jdk20/pull/122

Reply via email to