Fixed some label initialization issues.

This commit is contained in:
Michael Griebling
2023-01-16 10:49:52 -05:00
parent 39f91cfbb3
commit 27298b2d9a
2 changed files with 45 additions and 33 deletions

View File

@@ -873,17 +873,6 @@ class MTAccentDisplay : MTDisplay {
get { super.textColor }
}
// func setTextColor(_ textColor:MTColor) {
// super.textColor = textColor
// accentee?.textColor = textColor
// accent?.textColor = textColor
// }
// func setPosition(_ position:CGPoint) {
// super.position = position
// self.updateAccenteePosition()
// }
override var position: CGPoint {
set {
super.position = newValue