mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Having changing decimal match fixed_in_frame status
This commit is contained in:
parent
4f42ebeb4f
commit
7ff45b4637
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue