Polyline border width shortcut seems to stay at 1 #6208
Matrix8444
started this conversation in
General
Replies: 1 comment 1 reply
|
Thanks for the report. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, apologies if I’m doing something wrong.
I’ve been setting up some keyboard shortcuts for coloured polylines, which is working well. For example:
[
Cmd = CmdCreateAnnotPolyLine color: #ff0000 borderwidth: 2
Key = Shift-r
Name = Red Polyline
]
The colour works correctly, but the line width does not seem to change.
When I draw the polyline and then select it, the annotation information still shows:
Border: 1
What I’m trying to achieve is simply to have the shortcut create a polyline with a border width of 2, as I mainly review large-format drawings and width 1 is a little too thin.
I can manually change the border width to 2 after drawing it, so the polyline itself does support the thicker line.
Am I using the shortcut command incorrectly, or is the borderwidth setting not currently being applied to polylines?
Thanks for any help.
All reactions