1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Updates containers minimum size when some constants are modified

This commit is contained in:
groud
2019-01-24 22:31:33 +01:00
parent 7fa41f17a6
commit a1f955a1d3
6 changed files with 124 additions and 98 deletions

View File

@@ -164,6 +164,10 @@ void GridContainer::_notification(int p_what) {
}
} break;
case NOTIFICATION_THEME_CHANGED: {
minimum_size_changed();
} break;
}
}