git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58605 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1039,6 +1039,8 @@ class ModelAction(ModelObject, ogl.DividedShape):
idx = self.GetId()
self.regionLabel.SetText('(%d) %s' % (idx, label))
+ self.SetRegionSizes()
+ self.ReformatRegions()
def SetComment(self, comment):
"""!Set comment"""