summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjbcolli2 <jbcolli2@gmail.com>2022-11-04 09:46:13 -0400
committerjbcolli2 <jbcolli2@gmail.com>2022-11-04 13:59:25 -0400
commitc685c47f8a9df73f51afac7ec20bcd4caf149cee (patch)
tree4148f1446704fb7a206b74307a857fafb2b77bf7 /doc
parent2e3662acbd8586697db38569785cc9f97dff945e (diff)
Fixed ColorPicker so the vertical option is not available in editor.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ColorPicker.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml
index d09b7f003e..45122ef015 100644
--- a/doc/classes/ColorPicker.xml
+++ b/doc/classes/ColorPicker.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="ColorPicker" inherits="BoxContainer" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
+<class name="ColorPicker" inherits="VBoxContainer" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Color picker control.
</brief_description>
@@ -76,7 +76,6 @@
<member name="presets_visible" type="bool" setter="set_presets_visible" getter="are_presets_visible" default="true">
If [code]true[/code], saved color presets are visible.
</member>
- <member name="vertical" type="bool" setter="set_vertical" getter="is_vertical" overrides="BoxContainer" default="true" />
</members>
<signals>
<signal name="color_changed">