api-issue-tracker
api-issue-tracker copied to clipboard
Sketchup::Text #leader_type= can not set to zero
Bug Reports
- SketchUp/LayOut Version: SektchupPro 22.0.353
- OS Platform: Macos 14.2 M1pro
t = Sketchup.active_model.add_text('TEST', ORIGIN, X_AXIS)
t.leader_type # => 2
t.leader_type = 0
t.leader_type # => 2
Describe what the expected result is.
t = Sketchup.active_model.add_text('TEST', ORIGIN, X_AXIS)
t.leader_type # => 2
t.leader_type = 0
t.leader_type # => 0
API Document:
The leader_type = method sets the leader type. Valid leader types are 0 for none, 1 for View-based, and 2 for Pushpin
Logged as: SKEXT-4300