diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-08 07:00:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 07:00:24 +0100 |
commit | d084598e8d4296d5ee6e36d257bd1a003a140179 (patch) | |
tree | 46b53171ded1cf2103bcbd3425146b3593b6b4da /doc | |
parent | 83fe471c3b3e62773438256a4ab01b83cf292c52 (diff) | |
parent | 8b5992f6658a125f63424a687e15e75ccd36906c (diff) |
Merge pull request #34902 from YeldhamDev/graphedit_selection_color
Make possible to edit the GraphEdit's selection rect colors
Diffstat (limited to 'doc')
-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> |