mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
Replace fix_in_frame matching for DecimalNumber.set_value to general uniform matching
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user