Rename minimum_size_changed() method
This commit is contained in:
parent
608c9f8203
commit
ea7cc1dea9
31 changed files with 91 additions and 91 deletions
|
|
@ -442,7 +442,7 @@ void GraphNode::_notification(int p_what) {
|
|||
case NOTIFICATION_THEME_CHANGED: {
|
||||
_shape();
|
||||
|
||||
minimum_size_changed();
|
||||
update_minimum_size();
|
||||
update();
|
||||
} break;
|
||||
}
|
||||
|
|
@ -666,7 +666,7 @@ void GraphNode::set_title(const String &p_title) {
|
|||
_shape();
|
||||
|
||||
update();
|
||||
minimum_size_changed();
|
||||
update_minimum_size();
|
||||
}
|
||||
|
||||
String GraphNode::get_title() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue