Fix wrong ColorPicker shape with GradientEdit
This commit is contained in:
parent
71616630e0
commit
f491b43edd
3 changed files with 8 additions and 0 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue