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;
|
presets_visible = p_visible;
|
||||||
preset_separator->set_visible(p_visible);
|
preset_separator->set_visible(p_visible);
|
||||||
preset_container->set_visible(p_visible);
|
preset_container->set_visible(p_visible);
|
||||||
|
preset_container2->set_visible(p_visible);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ColorPicker::are_presets_visible() const {
|
bool ColorPicker::are_presets_visible() const {
|
||||||
|
|
Loading…
Reference in New Issue