mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Fix hiding ColorPicker's presets not fully hiding its controls
This commit is contained in:
parent
7724b842f6
commit
5f5ccfc361
@ -667,6 +667,7 @@ void ColorPicker::set_presets_visible(bool p_visible) {
|
||||
presets_visible = p_visible;
|
||||
preset_separator->set_visible(p_visible);
|
||||
preset_container->set_visible(p_visible);
|
||||
preset_container2->set_visible(p_visible);
|
||||
}
|
||||
|
||||
bool ColorPicker::are_presets_visible() const {
|
||||
|
Loading…
Reference in New Issue
Block a user