Merge pull request #50 from raskavil/main
49: mathColor was used instead of mathColorbox
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user