Fix hiding ColorPicker's presets not fully hiding its controls
This commit is contained in:
parent
7724b842f6
commit
5f5ccfc361
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue