From e12fae199ce18c503b85dd3fac0923724be7158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Sun, 31 Aug 2025 15:15:32 +0200 Subject: [PATCH] netcanv: fix typo --- content/netcanv.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/netcanv.dj b/content/netcanv.dj index 6ebc277..6496205 100644 --- a/content/netcanv.dj +++ b/content/netcanv.dj @@ -520,7 +520,7 @@ Since there's no way to draw a background behind what was already drawn, it is l NetCanv's toolbars use buttons without a background---the hover state is drawn as an overlay over existing content, which makes it usable in that situation, but not much more beyond that. -Extra state for widgets that need it is kept explicitly by the user of the UI, and does not live inside the UI library (like it does in ImGui). +Extra state for widgets that need it is kept explicitly by the user of the UI, and does not live inside the UI library (like it does in Dear ImGui). Here's a skeleton of how you would build a UI using NetCanv's framework.