From 17f3b15b84ea5a09a10bc77cd441f3ba3d529df1 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 12 Jun 2025 16:57:47 -0700 Subject: [PATCH] nonlya --- system/ui/lib/widget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ui/lib/widget.py b/system/ui/lib/widget.py index d1b675eedb..f1161392ce 100644 --- a/system/ui/lib/widget.py +++ b/system/ui/lib/widget.py @@ -59,7 +59,7 @@ class Widget(abc.ABC): """Render the widget within the given rectangle.""" def _update_state(self): - """Optionally update the widget's internal state. This is called before rendering.""" + """Optionally update the widget's non-layout state. This is called before rendering.""" def _update_layout_rects(self) -> None: """Optionally update any layout rects on Widget rect change."""