Fix wrong ColorPicker shape with GradientEdit

This commit is contained in:
jmb462 2021-12-20 15:34:29 +01:00
parent 71616630e0
commit f491b43edd
3 changed files with 8 additions and 0 deletions

View file

@ -432,6 +432,10 @@ Gradient::InterpolationMode GradientEdit::get_interpolation_mode() {
return interpolation_mode;
}
ColorPicker *GradientEdit::get_picker() {
return picker;
}
void GradientEdit::_bind_methods() {
ADD_SIGNAL(MethodInfo("ramp_changed"));
}