summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorK. S. Ernest (iFire) Lee <fire@users.noreply.github.com>2021-08-22 08:23:09 -0700
committerGitHub <noreply@github.com>2021-08-22 08:23:09 -0700
commit7cbf5a547fc02ba53688f3206fb2198d117b64fa (patch)
treef669c89b573e8ced159b1dfd4ef5c5515605e1f1 /doc/classes
parentf303c2dfb527c84421e0226cc24ab9babf9cac8a (diff)
parentff9901f51e00b9bf1702b011af5ef5798b82af89 (diff)
Merge pull request #51700 from Geometror/fix-color-picker
Reimplement ColorPicker presets
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/ColorPicker.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml
index 99e121de75..571ffd592a 100644
--- a/doc/classes/ColorPicker.xml
+++ b/doc/classes/ColorPicker.xml
@@ -116,7 +116,7 @@
</theme_item>
<theme_item name="picker_cursor" data_type="icon" type="Texture2D">
</theme_item>
- <theme_item name="preset_bg" data_type="icon" type="Texture2D">
+ <theme_item name="sample_bg" data_type="icon" type="Texture2D">
</theme_item>
<theme_item name="screen_picker" data_type="icon" type="Texture2D">
The icon for the screen color picker button.