mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Replace fix_in_frame matching for DecimalNumber.set_value to general uniform matching
This commit is contained in:
parent
1c72059725
commit
cde709fcfa
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ class DecimalNumber(VMobject):
|
|||
self.set_submobjects_from_number(number)
|
||||
self.move_to(move_to_point, self.edge_to_fix)
|
||||
self.set_style(**style)
|
||||
self.fix_in_frame(self._is_fixed_in_frame)
|
||||
for submob in self.get_family():
|
||||
submob.uniforms.update(self.uniforms)
|
||||
return self
|
||||
|
||||
def _handle_scale_side_effects(self, scale_factor: float) -> Self:
|
||||
|
|
Loading…
Add table
Reference in a new issue