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
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ function levelConnectors pObjectArray, pParentRow, pPosition
put "branch" into tLevelConnectors[1]
end if
else if pObjectArray["type"] is "card" then
if word 1 of pObjectArray["owner"] is "stack" AND pObjectArray["owner"] contains "of" then
if word 1 of pObjectArray["owner"] is "stack" AND the owner of pObjectArray["owner"] is not empty then
put sDisplayArray["objects"][pParentRow]["levels"] into tParentLevelConnectors
if pPosition is "only" then
if tParentLevelConnectors[1] is "branch" then put "vertical" into tLevelConnectors[1]
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-22440.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Fix card indentation in PB if stack name contains "of"