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 {
|
if color == nil {
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
mathColor.colorString = color!
|
mathColorbox.colorString = color!
|
||||||
mathColorbox.innerList = self.buildInternal(true)
|
mathColorbox.innerList = self.buildInternal(true)
|
||||||
return mathColorbox
|
return mathColorbox
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user