Rename minimum_size_changed() method
This commit is contained in:
parent
608c9f8203
commit
ea7cc1dea9
31 changed files with 91 additions and 91 deletions
|
|
@ -142,7 +142,7 @@ void Slider::gui_input(const Ref<InputEvent> &p_event) {
|
|||
void Slider::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
minimum_size_changed();
|
||||
update_minimum_size();
|
||||
update();
|
||||
} break;
|
||||
case NOTIFICATION_MOUSE_ENTER: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue