mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
force layout
This commit is contained in:
@@ -90,7 +90,7 @@ class GenericProperty(Generic[PropertyGetType, PropertySetType]):
|
||||
return
|
||||
new_value = self.validate_value(value)
|
||||
if obj.set_rule(self.name, new_value):
|
||||
obj.refresh(layout=True)
|
||||
obj.refresh(layout=self.layout)
|
||||
|
||||
|
||||
class IntegerProperty(GenericProperty[int, int]):
|
||||
|
||||
Reference in New Issue
Block a user