diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-01-07 23:09:40 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-01-07 23:20:48 -0300 |
commit | 8b5992f6658a125f63424a687e15e75ccd36906c (patch) | |
tree | 46b53171ded1cf2103bcbd3425146b3593b6b4da /doc/classes | |
parent | 83fe471c3b3e62773438256a4ab01b83cf292c52 (diff) |
Make possible to edit the GraphEdit's selection rect colors
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/GraphEdit.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 3041a7cb7f..d8732f4f49 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -316,6 +316,10 @@ </theme_item> <theme_item name="reset" type="Texture"> </theme_item> + <theme_item name="selection_fill" type="Color" default="Color( 1, 1, 1, 0.3 )"> + </theme_item> + <theme_item name="selection_stroke" type="Color" default="Color( 1, 1, 1, 0.8 )"> + </theme_item> <theme_item name="snap" type="Texture"> </theme_item> </theme_items> |