mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Having changing decimal match fixed_in_frame status
This commit is contained in:
@ -171,6 +171,7 @@ 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)
|
||||
return self
|
||||
|
||||
def _handle_scale_side_effects(self, scale_factor: float) -> Self:
|
||||
|
Reference in New Issue
Block a user