Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sketchup::Text #leader_type= can not set to zero #1003

Open
killernova opened this issue Sep 14, 2024 · 1 comment
Open

Sketchup::Text #leader_type= can not set to zero #1003

killernova opened this issue Sep 14, 2024 · 1 comment

Comments

@killernova
Copy link

Bug Reports

  1. SketchUp/LayOut Version: SektchupPro 22.0.353
  2. 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

@sketchup
Copy link

sketchup bot commented Sep 16, 2024

Logged as: SKEXT-4300

@sketchup sketchup bot added the logged label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants