Merge pull request #50 from raskavil/main

49: mathColor was used instead of mathColorbox
This commit is contained in:
mgriebling
2025-08-03 08:48:30 -04:00
committed by GitHub

View File

@@ -617,7 +617,7 @@ public struct MTMathListBuilder {
if color == nil {
return nil;
}
mathColor.colorString = color!
mathColorbox.colorString = color!
mathColorbox.innerList = self.buildInternal(true)
return mathColorbox
} else {