Fix Button minimum size when disabled is toggled.

This commit is contained in:
Mounir Tohami 2024-10-07 15:21:24 +00:00
parent db66bd35af
commit 3db9bdf8d8

View File

@ -205,6 +205,7 @@ void BaseButton::set_disabled(bool p_disabled) {
status.pressing_inside = false;
}
queue_redraw();
update_minimum_size();
}
bool BaseButton::is_disabled() const {