fix: add protect attribute to hash_seed

This commit is contained in:
YishiMichael 2022-08-22 17:08:58 +08:00
parent c2a75e15cc
commit 8bd01d60e4
No known key found for this signature in database
GPG key ID: EC615C0C5A86BC80
2 changed files with 2 additions and 0 deletions

View file

@ -60,6 +60,7 @@ class MTex(StringMobject):
self.path_string_config,
self.base_color,
self.isolate,
self.protect,
self.tex_string,
self.alignment,
self.tex_environment,

View file

@ -136,6 +136,7 @@ class MarkupText(StringMobject):
self.path_string_config,
self.base_color,
self.isolate,
self.protect,
self.text,
self.font_size,
self.lsh,