mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-13 05:07:24 +03:00
Fix minor warning in Text renderer
This commit is contained in:
parent
5b13b90311
commit
12b37c8293
@ -96,7 +96,6 @@ class TextRenderer: NodeRenderer {
|
||||
case "lighter": return MFont.Weight.light
|
||||
default: return .none
|
||||
}
|
||||
return .none
|
||||
}
|
||||
|
||||
fileprivate func getBounds(_ font: MFont) -> CGRect {
|
||||
|
Loading…
Reference in New Issue
Block a user