Fix T87400: GPencil change Select Alternate defaults

Now, the Unselect Ends is disabled by default.
This commit is contained in:
Antonio Vazquez
2021-04-13 09:24:34 +02:00
parent f5060bc901
commit 7b9d94e073

View File

@@ -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");
}