From 073cf1b8111229d7d0b90b9233cc40f7632dc6ef Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 2 May 2022 18:11:24 +0200 Subject: [PATCH] Updated Frame (markdown) --- Frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.md b/Frame.md index e6e5f31..99d3b67 100644 --- a/Frame.md +++ b/Frame.md @@ -1,6 +1,6 @@ -Frames are like containers, but are also normal objects. Means, you can add other objects (even frames) to a frame and if the frame itself is visible, all sub objects (if they are set to visible by :show()) are also visible. More details will follow. +Frames are like containers, but are also normal objects. Means, you can add other objects (even frames) to a frame and if the frame itself is visible, all sub objects (if they are set to visible by :show()) are also visible. A better description will follow. ## basalt.createFrame creates a new non-parent frame - in most cases the first thing you need.