Fixed wrong reference

mathColor was used instead of mathColorbox
This commit is contained in:
Vilém Raška
2025-08-02 15:09:03 +02:00
parent bc7fcfcab8
commit 5011e4dd79

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 {