Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/dictionary/property/rectangle.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ rectangle.
> the rect of the given stack with its decorations and frame taken into
> account. The effective rect of a stack can also be set. Here, the
> rect of the frame of the stack will be set appropriately before setting
> the rect of the stack.
> the rect of the stack. The effective rect of a stack only returns valid
> values if the stack is open (visible or invisible) so that a window frame
> applicable to the OS has been created for it.

Changes:
The use of the effective keyword with the rectangle property was
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-22097.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Effective rect of stack docs should mention need for the stack to have been opened