From 8a5e5f29e0482ecf106b176a0b9e4af4e4fce68e Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 24 Feb 2023 17:12:04 +0000 Subject: [PATCH] Update docs/blog/posts/release0-12-0.md Co-authored-by: Dave Pearson --- docs/blog/posts/release0-12-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release0-12-0.md b/docs/blog/posts/release0-12-0.md index c875b5981..d25810397 100644 --- a/docs/blog/posts/release0-12-0.md +++ b/docs/blog/posts/release0-12-0.md @@ -88,7 +88,7 @@ Without the batch update there are a few frames where the old markdown blocks ar ## Disabled widgets -A few widgets (such as [Button](./../../widgets/button.md) had a `disabled` attribute which would fade the widget a little and make it unselectable. We've extended this to all widgets. Although it is particularly applicable to input controls, anything may be disabled. Disabling a container makes it children disabled, so you could use this for disabling a form, for example. +A few widgets (such as [Button](./../../widgets/button.md) had a `disabled` attribute which would fade the widget a little and make it unselectable. We've extended this to all widgets. Although it is particularly applicable to input controls, anything may be disabled. Disabling a container makes its children disabled, so you could use this for disabling a form, for example. ## Preventing messages