Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[22046] Allow setting the field's textDirection from the PI #2091

Open
wants to merge 1 commit into
base: develop-9.6
Choose a base branch
from
Open
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 @@ -60,6 +60,7 @@ ink
textFont
textSize
textStyle
textDirection
textAlign
fixedLineHeight
textHeight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ tabGroupBehavior Contents focus with keyboard Basic com.livecode.pi.boolean true
tabStops Tab stops Table com.livecode.pi.string true false
text Text Basic com.livecode.pi.text false false tabStops|15
textAlign Text align Text com.livecode.pi.textalign true false
textDirection Text direction Text com.livecode.pi.enum true false auto ltr,rtl,auto
textFont Font Text com.livecode.pi.font true false
textHeight Text height Text com.livecode.pi.integer true false 4 1
textSize Text size Text com.livecode.pi.integer true false 1 1
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-22046.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Allow setting the textDirection field property from the Property Inspector