Fix T87400: GPencil change Select Alternate defaults
Now, the Unselect Ends is disabled by default.
This commit is contained in:
@@ -505,7 +505,7 @@ void GPENCIL_OT_select_alternate(wmOperatorType *ot)
|
||||
/* properties */
|
||||
RNA_def_boolean(ot->srna,
|
||||
"unselect_ends",
|
||||
true,
|
||||
false,
|
||||
"Unselect Ends",
|
||||
"Do not select the first and last point of the stroke");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user