mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Forgot to propagate kwargs in Underline
This commit is contained in:
parent
ba2f2f8840
commit
c2838d78a2
1 changed files with 1 additions and 1 deletions
|
@ -80,6 +80,6 @@ class Underline(Line):
|
|||
}
|
||||
|
||||
def __init__(self, mobject, **kwargs):
|
||||
super().__init__(LEFT, RIGHT)
|
||||
super().__init__(LEFT, RIGHT, **kwargs)
|
||||
self.match_width(mobject)
|
||||
self.next_to(mobject, DOWN, buff=self.buff)
|
||||
|
|
Loading…
Add table
Reference in a new issue